In this video, we will continue working on the Tetris Game using Java Swing. We will make our program spawn new blocks when the current one stops falling down. We will also introduce a new piece of data (Color[][]) to represent and draw all the blocks that have stopped falling. And while doing all this, we will practice writing methods and refactoring (changing the structure) our code.
Visit us on Facebook: / mrmprogramming