Making Four-In-A-Row Using JavaScript - Part 7: Drawing The Board
Intro
Welcome back! In the previous blog post, you set up the canvas and created drawings on it. Now in this post, you'll draw the game board.
Game Objects
What Is A Game Object?
The game features multiple drawings on the canvas. These distinct drawi...
colinkiama.hashnode.dev12 min read