A pixelated real-time strategy game for #LOWREZJAM 2017
Visit the game's homepage at Itch.io to play in your browser:
You'll need to install a JDK (to run the Scala compiler) and SBT (to download the Scala compiler and library dependencies).
Here are some important sbt
commands:
~fastOptJS
(to continuously compile without optimization)~fullOptJS
(to continuously compile with optimization)~test-quick
(to run only affected tests, and run them again when any source file changes)
Open index.html
in your browser to play using the compiled JavaScript.
The font is set up via
git-subrepo. Any changes to
the font need to be synchronized via git subrepo pull
and git subrepo push
.
This project is released under the MIT License (see LICENSE.md for details).