https://github.com/semibran/tactics
:crossed_swords: minimalistic tactical rpg
https://github.com/semibran/tactics
game rpg srpg tactics trpg
Last synced: 8 months ago
JSON representation
:crossed_swords: minimalistic tactical rpg
- Host: GitHub
- URL: https://github.com/semibran/tactics
- Owner: semibran
- License: mit
- Created: 2018-07-11T16:56:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T07:29:03.000Z (over 7 years ago)
- Last Synced: 2025-04-02T16:02:56.117Z (about 1 year ago)
- Topics: game, rpg, srpg, tactics, trpg
- Language: JavaScript
- Homepage: https://semibran.github.io/tactics
- Size: 2.85 MB
- Stars: 31
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# tactics
> minimalistic tactical rpg
[play the demo][demo]
[][demo]
a small [trpg] inspired by [fire emblem]. i've attempted to remove any and all elements that hamper strategic gameplay in favor of determinism and semi-perfect information a la chess, so no RNG-based combat or unexpected reinforcements. predictable AI and RPS-style unit interactions are still alive and well however.
happy refreshing!
## controls
* arrow keys/`WASD`: move cursor
* `spacebar`: select units and confirm actions
* `escape`: cancel current action
* `tab`: cycle through units or options
## install
```sh
$ git clone git@github.com:semibran/tactics.git
...
$ cd tactics
$ npm i
$ make
```
finally, open `dist/index.html` using a reload server of your choice to avoid CORS restrictions
[demo]: https://semibran.github.io/tactics
[trpg]: https://en.wikipedia.org/wiki/Tactical_role-playing_game
[fire emblem]: https://en.wikipedia.org/wiki/Fire_Emblem