Starter kit doesn't run correctly

Whenever I run the run.ps1 file I receive no errors, but only the text “Starting Your Algo”.

Is anything else meant to happen? If not where do I go from here?

1 Like

If you run an algo by itself you can only check for syntax errors because it will just hang waiting for the next game state so it can make a move. The right way to test algos is to run them with the game which is described in the README.md thats in the main directory of starterkit.

1 Like

Thanks, I’d tried that before and seen an error so tried running the file a different way, which returned no errors, making me assume that I was doing it correctly.

It works now (I got an error in the first place because Java wasn’t up to date)

2 Likes

Or you can run them on the site

1 Like