Skip to content

adam-choragwicki/Tetris_Game_Qt_Cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

C++ implementation of classic Tetris game using Qt 6.2.4 library.

Windows and Linux executables are provided.

tetris.gif

Tests

Unit tested using Google Test 1.11.0

How to run on Linux

  1. Download release zip from:
    https://github.com/adam-choragwicki/Tetris_Game_Qt_Cplusplus/releases/latest/download/executable_linux.zip
  2. Unzip
  3. Run executable_linux/Tetris.sh

OR

  1. Clone repository and run Tetris.sh

How to run on Windows

  1. Download release zip from:
    https://github.com/adam-choragwicki/Tetris_Game_Qt_Cplusplus/releases/latest/download/executable_windows.zip
  2. Unzip
  3. Run executable_linux/Tetris.exe

OR

  1. Clone repository and run Tetris.bat

Remarks

  • Adjust speed slider or press num +/- to increase/decrease game speed.

About

C++ implementation of classic Tetris game using Qt library. See README.md for more information.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published