
Taktyka
- Game: Taktyka (20476 bytes) - Click here to play!*
* By contest rules games were required to work on a fully updated Google Chrome / Windows 10. Please do not hold it against them if they don't work on a different configuration. - Author: Cody Ebberson
- Video/Vote: click
- Download: click (16123022 bytes)
How to vote?
- Go to the YouTube video linked above and click thumbs up (upvote).
- Winners will be decided by upvote count (downvotes will be ignored).
- You can upvote more than one game, but please don't upvote a given game more than once.
README (if any):
Taktyka is a turn-based tactical game inspired by Jagged Alliance. Taktyka is an entry for Gynvael's Winter GameDev Challenge 2017. 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 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.