Skip to content

Releases: oyeb/saber

Game Engine Launched

08 Jan 20:25
Compare
Choose a tag to compare

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

02 Jan 18:22
Compare
Choose a tag to compare
Pre-release

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 the do_setup and do_turn method and that's it. Quantum.py not only has helper functions but is responsible for parsing the stdin 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.