Creating a Tetris clone in Javascript : Part 2 - The Game Board
The game board is where the game is played out. It is where the components are displayed to the player to allow them to interact to determine their position.
Let's think about the main features of Tetris...
A typical Tetris game board is 20 rows o...
bourne2code.hashnode.dev2 min read