Go to file
2022-07-03 22:01:00 +02:00
planetwars-cli update README 2022-02-24 22:46:48 +01:00
planetwars-matchrunner docker_runner: disable cpu limits 2022-06-04 17:21:50 +02:00
planetwars-rules apply clippy suggestions 2022-03-13 15:20:03 +01:00
planetwars-server ranker: implement weight and bias 2022-06-04 17:03:50 +02:00
simplebot add simplebot source code 2022-02-24 20:44:13 +01:00
web replace 'target' with 'destination' in rules. Thanks @rien! 2022-06-11 13:30:09 +02:00
.gitignore gitignore node_modules 2022-01-17 23:56:11 +01:00
Cargo.toml extract matchrunner crate from planetwars-cli 2022-01-01 12:10:02 +01:00
README.md update README 2022-07-03 22:01:00 +02:00

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 webserver
  • planetwars-matchrunner: code for running matches
  • planetwars-rules: implements the game rules
  • web/pw-server: frontend
  • web/pw-visualizer: code for the visualizer