Simple tetris implementation in C.
- MinGW (for windows users)
- ncurses tutorial installation
-
Download the repository
git clone https://github.com/Filibertoo/tetris
-
Install every dependencies
-
Go into the repository folder and then change directory
cd src
-
Compile and run the game
gcc main.c -o main -lncurses -ansi && ./main