This is the code for the front-end of Tacticians Online, an online multiplayer turn-based strategy game.
- Elm 0.19
- GNU make
- Sass
- Tacticians Online - Data
- m4
- Go into the directory in which this repository was cloned.
- Set the DATA_DIR variable in
./Makefile
to match the "Tacticians Online - Data" directory. - Copy
./conf/constants.conf.example
to./conf/constants.conf
, edit the new file to your preference. - Run
$ make
. Some Elm libraries will require confirmation before download. - With a web browser, open the
./www/index.html
page. You're done.
Apache License 2.0 (see ./LICENSE
)