https://github.com/educ8s/cpp-tetris-game-with-raylib
C++ Tetris Game with raylib with a video tutorial explaining each line.
https://github.com/educ8s/cpp-tetris-game-with-raylib
cpp-game cpp-game-tetris cpp-games cpp-project raylib raylib-cpp raylib-examples raylib-game tetris tetris-clone tetris-game
Last synced: about 2 months ago
JSON representation
C++ Tetris Game with raylib with a video tutorial explaining each line.
- Host: GitHub
- URL: https://github.com/educ8s/cpp-tetris-game-with-raylib
- Owner: educ8s
- Created: 2023-05-11T06:01:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T10:38:23.000Z (4 months ago)
- Last Synced: 2025-04-02T11:49:58.313Z (2 months ago)
- Topics: cpp-game, cpp-game-tetris, cpp-games, cpp-project, raylib, raylib-cpp, raylib-examples, raylib-game, tetris, tetris-clone, tetris-game
- Language: C++
- Homepage:
- Size: 3.49 MB
- Stars: 76
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Tetris Game using raylib
đšī¸đđŽ This GitHub repository is home to the full source code for a Tetris game built with the C++ programming language and the raylib library. đģđ¨đ§ The game uses various raylib functions for graphics, input handling, and audio and can be played on Windows, macOS, and Linux computers. đđ The code is well-structured and easy to read, making it a valuable resource for aspiring game developers looking to learn about raylib game programming.
If you want to learn how to build your own Tetris game with raylib, check out the accompanying Video Tutorial on YouTube. đŦđ¨âđģ The tutorial guides you through every line of code, explaining the logic behind it and demonstrating how it affects the game. You'll discover how to set up the game window, create the Grid and block classes, add collision detection, and implement sound effects. By the end of the tutorial, you'll have a fully functional Tetris game that you can play and modify however you like. â So, grab a cup of coffee and let's dive into the exciting world of game development with raylib! đ
# Video Tutorial
![]()
đĨ Video Tutorial on YouTube
| đē My YouTube Channel
| đ My Website |