https://github.com/mubinmuhammad/oreoadventures
A silly game written in C++ with OpenGL.
https://github.com/mubinmuhammad/oreoadventures
Last synced: over 1 year ago
JSON representation
A silly game written in C++ with OpenGL.
- Host: GitHub
- URL: https://github.com/mubinmuhammad/oreoadventures
- Owner: MubinMuhammad
- Created: 2024-06-01T16:44:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T15:50:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T14:55:07.515Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OreoAdventures
> [!CAUTION]
> This game is only written for play testing purposes and not meant for acutal gameplay or something to get addicted to.
## About
The game is written with C++ & OpenGL. It's a side-scrolling game like Super Mario, Flappy Bird, Terreria etc. Here the player is tasked to collect coins from the starting of the level and go through the door to enter the next level. The game is not polished and bugs are expected. It's just meant for my project list. And getting good at C++ & OpenGL.
## Building
If you use windows, I don't know what to do... Otherwise, you can run the makefile to build the project.
```bash
# At the root of my project run:
$ make
```
After building is successfully done (Hopefully). There will be an executable at the root of the project. Run it to play **test** the game. Thanks!