
The Game Board
Create the game board using the <canvas> APIs. It will be a simple black square. Then make the board tick 60 times per second by creating a timer using setTimeout.
See the Pen GB1 M3 by Walker Books UK (@walkerbooks) on CodePen.