There are 2 repositories under cpp-game topic.
C++ Tetris Game with raylib with a video tutorial explaining each line.
C++ Retro Snake Game with raylib with a video tutorial explaining each line.
A C++ Pong game developed with the Raylib library using OOP principles.
Unreal Engine 5 3D game prototype
A fanmade version of Japan's favorite puzzle fighter!
This a simple project of Car Game based on C++ . This game can only be played on the console.
Top-down survival shooter
Unreal Engine 5 3D Puzzle Game prototype
C++ version of Conway's Game of Life with raylib. This project is accompanied by a video tutorial that explains everything in detail.
A space shooter game inside the windows console.
I List Down All Games That I've Made In CPP
Flappy bird game for the windows command prompt.
Minecraft-like 2.5D game using isometric rendering in C++ and SDL2
Pong Game - C++ and SDL2
One day I was trying to search for something like pygame for C++ and I found SDL2, but the implementation of this library was not easy for me. I decided to make this tutorial on how to implement SDL2 on MACOS which works for me
An OpenGL destruction simulator game (in progress).
An MCTS Algorithm for playing the game of TRON. C++
Created Tic Tac Toe game using OO design in c++
2D car game in C++, where you can play against a genetic algorithm
CLI based Snake Game written in C++ (MVC Framework)
Turn-based tactic game. This is server part implemented in C++.
Simple minesweeper game developed using C++ in the CLI mode. (Soon)
2D Shooter game using SDL Library. You can create levels in TiledMap. Loads the levels dynamically. You can also add enemies dynamically.
Trying to replicate Super Mario Maker with C++
A MCQ quiz game written in C++ as a School Project
Hangman, no 3D or third-party libraries, just the standard functions provided by the compiler.
Tic-tac-toe, no 3D or third-party libraries, just the standard functions provided by the compiler.
Arduino Pong Game OLED
Pong game for Arduboy
🎮 A game developed in C++ in which user has to survive waves of Zombies
A simple math quiz game implemented in C++. The game allows users to answer randomly generated math questions based on selected difficulty levels and operations, providing an interactive and fun way to test and improve math skills.
Pong Clone built with C++ and SDL3. This is my first complete C++ project so it's far from perfect, I worked on this as a learning exercise.