Skip to content

FinnTheHero/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

About the Game

Clone of a classic 2D game Tetris, made with C++ and Raylib

Will be updated later

Build

Assuming you already have Raylib installed on your device (You can see this Link for instructions)

  1. Clone and cd into the project

    git clone https://github.com/FinnTheHero/Tetris.git && cd Tetirs
  2. Create folders bin & obj using command:

    mkdir bin obj
  3. Build the project

    make

    This will generate game executable in /bin folder

  4. Run the project

    ./bin/Tetirs

    To exit, game press DELETE

About

Tetris clone, made in C++ using Raylib

Topics

Resources

Stars

Watchers

Forks