Skip to content

The routing game is an intriguing mathematical riddle based on a common problem in chip design.

Notifications You must be signed in to change notification settings

steffanschlein/routing-game

Repository files navigation

Routing Game

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!

Local Development

To run the game on you machine, make sure you have npm installed.

  1. Start webpack in watch mode to compile any changes in the source code:
    npm run watch
  2. Start a web server to host the game in a separate shell:
    npm run serve
  3. The game is then served at: localhost:8080

About

The routing game is an intriguing mathematical riddle based on a common problem in chip design.

Topics

Resources

Stars

Watchers

Forks