blob: af701c09bef90a49fb7220d41c6d80ec314ead4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Tacticians Online - Client
This is the code for the front-end of Tacticians Online, an online
multiplayer turn-based strategy game.
## Getting Started
### Prerequisites
* Elm 0.19
* GNU make
* Sass
* Tacticians Online - Data
* m4
### Installing
1. Go into the directory in which this repository was cloned.
2. Set the DATA\_DIR variable in `./Makefile` to match the "Tacticians Online -
Data" directory.
3. Copy `./conf/constants.conf.example` to `./conf/constants.conf`, edit the new
file to your preference.
4. Run `$ make`. Some Elm libraries will require confirmation before download.
5. With a web browser, open the `./www/index.html` page. You're done.
## Screenshot

## License
Apache License 2.0 (see `./LICENSE`)
|