The routing game originates from a common problem in chip design. Your task is to connect all pins on a grid with a limited number rods. Finding a solution with an additional rod is easy. Will you be able to solve this intriguing mathematical riddle?
Play it online at rtng.schln.de!
To run the game on you machine, make sure you have npm installed.
- Start webpack in watch mode to compile any changes in the source code:
npm run watch
- Start a web server to host the game in a separate shell:
npm run serve
- The game is then served at: localhost:8080