https://github.com/nsensfel/tacticians-client
Web-based client for Tacticians Online, written in Elm.
https://github.com/nsensfel/tacticians-client
browser-game multiplayer-browser-game turn-based-strategy
Last synced: 2 months ago
JSON representation
Web-based client for Tacticians Online, written in Elm.
- Host: GitHub
- URL: https://github.com/nsensfel/tacticians-client
- Owner: nsensfel
- License: apache-2.0
- Created: 2017-09-15T07:59:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T16:54:28.000Z (over 3 years ago)
- Last Synced: 2024-10-23T22:16:05.839Z (7 months ago)
- Topics: browser-game, multiplayer-browser-game, turn-based-strategy
- Language: Elm
- Homepage: https://tacticians.online
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`)