A Python implementation of the abstract strategy game YINSH.
Currently you can find the game hosted here.
- Core functionality written in Python
- Tests for core functionality
- Web interface written in JavaScript, with API calls to a Python FastAPI server
- Smarter AI using MCTS
- Websockets to enable online competitive play
- Refactor core to Rust
- Refactor web interface to use Rust through WebAssembly