https://github.com/tanguy-fgl/tetris
A reproduction of Tetris written in C++ using the SFML library
https://github.com/tanguy-fgl/tetris
opengl sfml sfml-game tetris tetris-clone
Last synced: 3 months ago
JSON representation
A reproduction of Tetris written in C++ using the SFML library
- Host: GitHub
- URL: https://github.com/tanguy-fgl/tetris
- Owner: tanguy-fgl
- Created: 2024-11-27T11:41:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T10:55:10.000Z (7 months ago)
- Last Synced: 2025-03-19T14:46:53.224Z (4 months ago)
- Topics: opengl, sfml, sfml-game, tetris, tetris-clone
- Language: C++
- Homepage:
- Size: 9.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tetris
===
A Tetris clone written in C++ using SFML library## 💾Installation
| OS | Download |
| --- | --- |
| Windows 64bit | [download](https://github.com/tanguy-fgl/Tetris/releases/latest) |### 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
- [Let's make 16 games in C++: TETRIS](https://www.youtube.com/watch?v=zH_omFPqMO4)
- [SFML 2.6.2 documentation](https://www.sfml-dev.org/documentation/2.6.2/topics.php)
## 📜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/
```