This library provides a synchronous version of the PacBots-2 wrapped in Python
- Uses the original Go for most accurate implementation
- Synchronous game updates
- Game actions decoupled from game ticks
- Python API
- Cross platform support
Add this repository as a git submodule
git submodule add https://github.com/joshuachen6/KrishLib.git
For all other users (required)
git submodule init
git submodule update
git submodule update
Download the zip file and unzip into your project