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
- Host: GitHub
- URL: https://github.com/halosghost/stratagem
- Owner: HalosGhost
- License: gpl-3.0
- Created: 2015-06-27T22:35:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T17:34:58.000Z (over 10 years ago)
- Last Synced: 2025-03-27T14:42:42.146Z (over 1 year ago)
- Language: Haskell
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 (?)