Making Four-In-A-Row Using JavaScript - Part 2: Beginning
Intro
In the last blog post, you set up the prerequisites and file structure of the project.
Now let's start implementing the logic of the game.
Rules Of The Game
Four-in-a-row is a two-player game played on a 6 (rows) x 7 (columns) rack board, where...
colinkiama.hashnode.dev4 min read