Based on the tutorial by Ania Kubow for FreeCodeCamp. This is a javascript tetris game. I compartmentalised some of the repeated code into separate functions. For example, I made a function that ...
In this tutorial you will be implementing a Tetris game using Test-Driven Development (TDD). Some 30 of the first tests have been provided, so that you just need to write code to pass them. The ...