How do you run the program locally?

I read through the readme files and I am very confused as to what I do, I can’t tell what file to run and how it runs etc. if someone could explain what to do in more detail, I would be very thankful

Have you looked here:

You should be running the command for windows:

scripts/run_match.ps1 algos/[FOLDER_NAME_HERE] algos/[FOLDER_NAME_HERE]

or for linux/mac:

scripts/run_match.sh algos/[FOLDER_NAME_HERE] algos/[FOLDER_NAME_HERE]

or if your code is up-to-date with github:

py scripts/run_match.py algos/[FOLDER_NAME_HERE] algos/[FOLDER_NAME_HERE]

You should be in the C1GamesStarterKit folder (should see engine.jar) when running the command.

Codebullet released a new video today with a tutorial on making your first algo, that might be helpful to check out https://www.youtube.com/watch?v=5LdrEla49Nw