Releases: oyeb/saber
Releases · oyeb/saber
Game Engine Launched
GameEngine is completely operational even on pythonanywhere.com
. See the README and wiki pages to find out about the implemented game and usage.
SandBox runs on pythonanywhere shells
The botX.py
files are experimental. I just wanted to experiment our client system. Users will get
Quantum.py
bot-template.py
All they have to do is define thedo_setup
anddo_turn
method and that's it.Quantum.py
not only has helper functions but is responsible for parsing thestdin
and maintaining the other PIPEs.
The bot is not launched in a sandbox. But run_a_sandbox.py
invokes a shell command in a sandbox, in the same way our bot will be running.