Go to file
2022-07-22 23:50:52 +02:00
planetwars-client enable ssl for grpc client 2022-07-22 23:50:52 +02:00
planetwars-matchrunner tying it together: execute docker bots 2022-07-11 20:43:10 +02:00
planetwars-rules apply clippy suggestions 2022-03-13 15:20:03 +01:00
planetwars-server show match url in planetwars_client 2022-07-21 21:42:47 +02:00
proto show match url in planetwars_client 2022-07-21 21:42:47 +02:00
simplebot add simplebot source code 2022-02-24 20:44:13 +01:00
web fix match detail view 2022-07-19 22:38:52 +02:00
.gitignore gitignore node_modules 2022-01-17 23:56:11 +01:00
Cargo.toml set up stub grpc client 2022-06-01 20:19:13 +02:00
README.md We're planetwars.dev now! 2022-07-19 21:57:38 +02:00

planetwars

Planetwars is a competitive programming game. You implement a bot that will be pitted against all other bots.

You can try it out at https://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