Skip to content

NotFiliberto/tetris

Repository files navigation

Tetris

Simple tetris implementation in C.

Dependencies

Installation

  1. Download the repository

    git clone https://github.com/Filibertoo/tetris
    
  2. Install every dependencies

  3. Go into the repository folder and then change directory

    cd src
    
  4. Compile and run the game

    gcc main.c -o main -lncurses -ansi && ./main
    

About

Play Tetris with your favourite terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published