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

https://github.com/halosghost/stratagem

A Haskell/Vty-UI Stratego Clone
https://github.com/halosghost/stratagem

Last synced: 8 months ago
JSON representation

A Haskell/Vty-UI Stratego Clone

Awesome Lists containing this project

README

          

stratagem
=========

A work-in-progress *Stratego* Haskell/Vty-UI clone.

Todo
----

- [-] Begin UI design

- [X] Main Menu
- [ ] Board and Pieces
- [ ] Some UI for board setup phase
- [ ] Other things? (e.g., a move log as is common in some chess clones)

- [ ] Implement the main event loop

- [ ] Allow for Piece Setup phase
- [ ] Main gameplay (alternate players making one move)
- [ ] Correctly call gameOver to determine the victor

- [ ] True Local Player vs Player
- [ ] Basic AI for Player vs Computer
- [ ] Networking for Online PvP (?)