Welcome to AWAP 2025!
pip install -r requirements.txt
This installs pygame for visualization purposes
python3 run_game.py -c config.json
python3 run_game.py -b bots/attack_bot_v1.py -r bots/builder_bot.py -m maps/simple_map.awap25m --render
Equivalently, running the above command without the render flag does not render the pygame.
python3 replay_game_cli.py replays/game_replay.awap25r
To create a bot, add a new file to /bots
.