I’ve always loved retro games, and I wanted to make this project as I felt that I could make a fantastic Tetris clone. This is the culmination of a few weeks of coding! Hope you enjoy! If you have any ideas for this project or found a bug, please tell me in the comments! Basic controls: ★ Use the left and right keys to move the tetromino (tetris piece) in those directions ★ Press the up key to rotate the tetromino 90 degrees ★ Press the down key to move the tetromino down ★ Press the spacebar to drop the tetromino ★ Press the C key to hold a tetromino for use later; press it again to swap it with the held tetromino CHANGELOG: 08 Feb 2025 - v1.0 - Initial release. 06 Mar 2025 - v1.01 - Fixed an oversight where the bag initially gave the same seven tetrominoes each time. Thanks to @Ac-100609 for spotting this! TO-DO LIST: - Add more modes