Skip to content

AtticusHelvig/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

A clone of the popular game Tetris written in C++ with the raylib library.

Building

Linux

Run the following commands:

git clone https://github.com/AtticusHelvig/tetris.git
cd tetris
mkdir build && cd build
cmake ..
make

Windows

Warning

I developed this project on linux. Building on other systems is largely untested.

Ensure you have MinGW installed.

Run the following commands:

git clone https://github.com/AtticusHelvig/tetris.git
cd tetris
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
make

About

A Tetris clone made with raylib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published