- install GC Local and follow the instructions to point it to this project's
dist/main.jsfile. - in
main.ts, import the puzzle class you want to be used as the solution for the codingame puzzle. - run
npm iinitially, and thennpm run startto start developing locally.
You can create your own simulation in a node environment and run it with npm run simulation;