Skip to content

Commit

Permalink
Merge pull request #78 from eugene-serb/development
Browse files Browse the repository at this point in the history
Release 1.0.12
  • Loading branch information
eugene-serb authored May 1, 2023
2 parents dba85e9 + a80fb5b commit 44bc62d
Show file tree
Hide file tree
Showing 6 changed files with 1,900 additions and 235 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ Based on:
- [Snake Game](https://eugene-serb.github.io/snake-game/)
- [2048 Game](https://eugene-serb.github.io/2048-game/)
- [Game of Life](https://eugene-serb.github.io/game-of-life/)

Commands:
- npm run start — run with watcher
- npm run serve — run dev server
- npm run build — build in production mode,
- npm run build:dev — build in development mode,
- npm run lint — run lint,
- npm run test — run tests
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
trackLinks: true,
accurateTrackBounce: true,
webvisor: true
});</script><script defer="defer" src="index.31d6cfe0d16ae931b73c.js"></script></head><body><header class="header-mini"><nav class="container"><a href="https://eugene-serb.github.io/" target="_self">Go to homepage</a></nav></header><main class="page container"><h1 class="visually-hidden">Eugene Serb – Aurora Game Engine</h1><div class="game"><div id="map" class="game__map-wrapper"></div><div class="game__right-column"><h2 class="game__title">Aurora Game Engine</h2><div class="game__game-info"><span id="dialog" class="game__dialog">Let's have fun!</span><div class="game__banner"><span id="score" class="game__score">Score: 0</span> <span id="timer" class="game__timer">Time: 00:00</span></div><div class="game__controls"><span>Rotate</span><div><span></span><kbd>W</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: green; border-radius: 2ch; color: white;">A</kbd></div><span>Down</span><div><span></span><kbd>S</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;"></kbd></div><span>Left</span><div><span></span><kbd>A</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;"></kbd></div><span>Rigth</span><div><span></span><kbd>D</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;"></kbd></div><span>Restart</span><div><span></span><kbd>R</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;">START</kbd></div><span>Pause</span><div><span></span><kbd>P</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;">BACK</kbd></div></div></div></div><div class="game__left-column"><div class="game__rating"><h3>Your records:</h3><table class="table_emerald"><thead><tr><th>#</th><th>Score</th><th>Time</th><th>Date</th></tr></thead><tbody id="rating"></tbody></table></div></div></div></main><footer class="footer"><div class="footer-wrapper container"><div class="annotation"><span class="annotation__text">© 2023 <a href="https://eugene-serb.github.io/" target="_blank" translate="no">Eugene Serb</a>. Content licensed under </span><a href="./LICENSE.md" target="_blank">GNU General Public License v3.0</a><br><span class="annotation__text">This site is open source. </span><a href="https://github.com/eugene-serb/game-engine/" target="_blank">Improve this page.</a></div></div></footer><noscript><div><img src="https://mc.yandex.ru/watch/79722217" style="position:absolute; left:-9999px;" alt=""/></div></noscript></body></html>
});</script><script defer="defer" src="index.31d6cfe0d16ae931b73c.js"></script></head><body><header class="header-mini"><nav class="container"><a href="https://eugene-serb.github.io/" target="_self">Go to homepage</a></nav></header><main class="page container"><h1 class="visually-hidden">Eugene Serb – Aurora Game Engine</h1><div class="game"><div id="map" class="game__map-wrapper"></div><div class="game__right-column"><h2 class="game__title">Aurora Game Engine</h2><div class="game__game-info"><span id="dialog" class="game__dialog">Let's have fun!</span><div class="game__banner"><span id="score" class="game__score">Score: 0</span> <span id="timer" class="game__timer">Time: 00:00</span></div><div class="game__controls"><span>Rotate</span><div><span></span><kbd>W</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: green; border-radius: 2ch; color: white;">A</kbd></div><span>Down</span><div><span></span><kbd>S</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;"></kbd></div><span>Left</span><div><span></span><kbd>A</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;"></kbd></div><span>Rigth</span><div><span></span><kbd>D</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;"></kbd></div><span>Restart</span><div><span></span><kbd>R</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;">START</kbd></div><span>Pause</span><div><span></span><kbd>P</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white;">BACK</kbd></div></div></div></div><div class="game__left-column"><div class="game__rating"><h3>Your records:</h3><table class="table_emerald"><thead><tr><th>#</th><th>Score</th><th>Time</th><th>Date</th></tr></thead><tbody id="rating"></tbody></table></div></div></div></main><footer class="footer"><div class="footer-wrapper container"><div class="annotation"><span class="annotation__text">© 2023 <a href="https://eugene-serb.github.io/" target="_blank" translate="no">Eugene Serb</a>. Content licensed under </span><a href="./LICENSE.md" target="_blank">GNU General Public License v3.0</a><br><span class="annotation__text">This site is open source. </span><a href="https://github.com/eugene-serb/aurora-game-engine" target="_blank">Improve this page.</a></div></div></footer><noscript><div><img src="https://mc.yandex.ru/watch/79722217" style="position:absolute; left:-9999px;" alt=""/></div></noscript></body></html>
Loading

0 comments on commit 44bc62d

Please sign in to comment.