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.
|
2021-12-13 11:24:08 +01:00
|
|
|
|
2021-12-26 22:01:27 +01:00
|
|
|
|
2022-02-24 22:46:48 +01:00
|
|
|
Project layout:
|
|
|
|
- `planetwars-server`: rust webserver
|
2022-07-03 22:01:00 +02:00
|
|
|
- `planetwars-matchrunner`: code for running matches
|
|
|
|
- `planetwars-rules`: implements the game rules
|
2022-02-24 22:46:48 +01:00
|
|
|
- `web/pw-server`: frontend
|
|
|
|
- `web/pw-visualizer`: code for the visualizer
|