A work-in-progress Stratego Haskell/Vty-UI clone.
- [-] 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 (?)