Creating a Tetris clone with Javascript : Part 1 - Building the Screen Layout
Let's start by thinking about how our Tetris clone is going to look.
As we're going to be writing in Javascript, we will need an HTML page to contain the markup for the screen layout.
Tetris consists of the following components:-
Game board.
Next sh...
bourne2code.hashnode.dev2 min read