Hacker News new | ask | show | jobs
by fijter 4456 days ago
Very cool game, thanks :) One minor issue in the API docs:

canvasContext.beginPath() Begins drawing a new shape. canvasContext.beginPath(x, y) Sets the end coordinates of a line.

this second beginPath should be lineTo, took a minute to debug in level 16 :)

1 comments

lineTo doesn't work anymore so level 16 is broken :'(