https://github.com/codyebberson/taktyka
https://github.com/codyebberson/taktyka
game javascript turn-based
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codyebberson/taktyka
- Owner: codyebberson
- License: apache-2.0
- Created: 2018-01-04T23:35:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T21:32:45.000Z (over 7 years ago)
- Last Synced: 2025-02-12T10:06:04.603Z (3 months ago)
- Topics: game, javascript, turn-based
- Language: JavaScript
- Homepage: https://cody.ebberson.com/taktyka/index.html
- Size: 15.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Taktyka
Taktyka is a turn-based tactical game inspired by [Jagged Alliance](https://en.wikipedia.org/wiki/Jagged_Alliance_(series)). Taktyka is an entry for [Gynvael's Winter GameDev Challenge 2017](http://gynvael.coldwind.pl/?id=668).
Play online: https://cody.ebberson.com/taktyka/index.html
User guide: https://cody.ebberson.com/taktyka/help.html
Source: https://github.com/codyebberson/taktyka
### Developers
You can play the unminified source version by opening "dev.html" in your web browser.
Per the contest requirements, the entire game must be included in a single "index.html" file.
Taktyka uses [Google Closure](https://developers.google.com/closure/) to compile/compress/minify the JavaScript and CSS. The Google Closure .jar files are included in the repo. They require Java to run.
Run "build.sh" to invoke Google Closure and build the complete index.html file. The build script is only tested on Linux.