Skip to content

fanuware/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

Tetris, the famous video game.

The game is implemented in C++ and uses the Qt framework to access the graphical interface.

Tetris Sample

Dependencies

  • Qt6 (or Qt5)

Installation

Build Tetris with CMake or use Qt Creator.

Here is described how to build with CMake.

Build with CMake

git clone <this-project>
cd <this-project>
mkdir build
cd build
cmake ../
make

Start the game

bin/tetris

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors