Dots Game

This game is an experiment with path finding and puzzle generation with dynamic infinite graphs. The interesting stuff is the puzzle generation, but I wanted to learn about making canvas on the html canvas too.

This only works on desktop (only listens for keybaord arrow keys)

How to play

Get the player (Green dot) to the goal (White dot) without hitting the other dots. The other dots move when you move.