This project is a clone of the classic game Tetris, based on the implementation by the YouTuber FamTrinLi.
Tetris is a well-known tile-matching puzzle game where players manipulate falling tetrominoes to create complete lines and score points. This clone aims to replicate the core mechanics of the original game while incorporating some additional features and improvements.
- Classic Tetris gameplay with falling tetrominoes
- Line-clearing mechanics
- Score tracking
- High score functionality
- Responsive controls for moving and rotating pieces
-
Clone the repository:
git clone https://github.com/yourusername/tetris-clone.git
-
Navigate to the project directory:
cd tetris-clone -
Install the required dependencies. This project uses [insert dependencies here, e.g., a specific framework or library]:
dotnet add package SFML.Net --version 2.6.0
-
Run the project:
dotnet run
This project is inspired by and based on the Tetris implementation by FamTrinLi. You can watch the tutorial and follow along with FamTrinLi’s videos on their YouTube channel.
This project is licensed under the MIT License - see the LICENSE file for details.