code-battles
v1.7.12
Published
A library for building interactive competitive coding battles
Downloads
55
Readme
Getting Started
Create your own code battles competition by implementing your game in Python using this library, without doing web development!
Follow the instructions in the documentation.
Development
To work on the project, clone it, install the dependencies with bun and you are encouraged to use pre-commit (run pip install pre-commit and pre-commit install).
Roadmap
- [x] Download game file containing all decisions made.
- [x] Support game file re-run of a simulation.
- [ ] Support additional metadata to detect "highlight" simulations.
