How do I run a match offline?

I just don’t know how to do it

The README.md in the starterkit has a lot of info on how to run the game locally.

1 Like

scripts/run_match.sh algos/your_algo_folder/ also/opponent_algo_folder

The two folders need a run.sh script that launch the algorithms.

1 Like