An open API service indexing awesome lists of open source software.

https://github.com/codyebberson/taktyka


https://github.com/codyebberson/taktyka

game javascript turn-based

Last synced: 2 months ago
JSON representation

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.