No description
planetwars-cli | ||
planetwars-client | ||
planetwars-matchrunner | ||
planetwars-rules | ||
planetwars-server | ||
proto | ||
simplebot | ||
web | ||
.gitignore | ||
Cargo.toml | ||
README.md |
planetwars
Planetwars is a competitive programming game. You implement a bot that will be pitted against all other bots.
Currently a demo is available at https://demo.planetwars.dev.
current features:
- write your bot in python
- save your bot so that others can play against it
- saved bots are automatically ranked in the background.
At the moment only python is supported, but a more generic docker-based system is in development.
Project layout:
planetwars-server
: rust webserverplanetwars-matchrunner
: code for running matchesplanetwars-rules
: implements the game rulesweb/pw-server
: frontendweb/pw-visualizer
: code for the visualizer