Learn the basics of Godot by making a tetris game from scratch.
This tutorial will use the tilemap node to create the game board and game pieces. I will explain how to create the various functions to create, move and rotate the pieces, and to check for and delete completed rows.
A user interface is also created to show the next piece, the current score and new game button.
Code and assets for this video: https://github.com/russs123/tetris_tut