About This Project
This is a classic Tetris game implemented in C++ using the SFML library. The game features custom graphics for blocks, background, and frame, along with background music and sound effects for line clears. Players can move and rotate blocks using keyboard controls, and the game ends when the blocks reach the top of the field. This project demonstrates practical game development using C++ and SFML, combining real-time graphics, audio, and game logic into a complete playable application.
C++
Game Development