Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.04 KB

Off-Grid Orcs

A pixelated real-time strategy game for #LOWREZJAM 2017

Playing

Visit the game's homepage at Itch.io to play in your browser:

https://dcecile.itch.io/off-grid-orcs

Developing

Prerequisites

You'll need to install a JDK (to run the Scala compiler) and SBT (to download the Scala compiler and library dependencies).

Workflow

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.

Font changes

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.

License

This project is released under the MIT License (see LICENSE.md for details).