Skip to content
/ Tetris Public

A simple Tetris clone created over a weekend in C++ using Raylib.

License

Notifications You must be signed in to change notification settings

marvhus/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris Clone

A simple Tetris clone created over a weekend in C++ using Raylib.
This project intentionally avoids a lot of C++ features, opting for a more C-style approach.

If you want to explore the code, a good place to start could be: src/main.cpp.

Running the Project

To run the game, execute the following command in your terminal:

$ make run

Requirements

  • G++ (GCC)
    The compiler used for this project. It can be changed in the Makefile if desired.
  • Make
    The build tool for this project.
  • Raylib
    The necessary Raylib files are included in the project under vendor/raylib-5.0_linux_amd64.

About

A simple Tetris clone created over a weekend in C++ using Raylib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published