Skip to content

A reproduction of Tetris written in C++ using the SFML library

Notifications You must be signed in to change notification settings

tanguy-fgl/Tetris

Repository files navigation

Tetris

A Tetris clone written in C++ using SFML library

💾Installation

OS Download
Windows 64bit download

Tested Platform

  • software
    OS: Windows 11 23H2 (22631.4460)
    
  • hardware
    CPU: Intel (R) Core i5-8500 3.00 GHz
    GPU: Intel (R) UHD Graphics 630 (8 GB)
    RAM: 16 GB
    

🎮Controls

  • In a party
    UP: changes the orientation of the block
    LEFT/RIGHT: moves the block to the left or to the right
    DOWN: moves down the block faster
    
  • When a game is finished
    R: starts a new game 
    

🔨How to build

  • IDE
CodeBlocks 20.03
  • Libraries
SFML 2.6.2
- sfml-graphics-s
- sfml-window-s
- sfml-audio-s
- sfml-system-s
- winmm
- opengl32
- freetype
- gdi32
- openal32
- flac
- vorbisenc
- vorbisfile
- vorbis
- ogg
  • Compiler
WinLibs MSVCRT 13.1.0 (64-bit)

📚References

📜License

Coming soon

☎️Citing

If you use my Tetris clone game, please add the following information to your blog / video description.

Game by Tanguy Frageul - Play it for free: https://tanguy-fgl.github.io/