https://github.com/frodoalaska/cuberun
A fancy-styled 3D endless runner game where everything is made in cubes. Brought to you by C++.
https://github.com/frodoalaska/cuberun
cpp cube endless endless-runner-game glfw glfw3 opengl opengl3 opengl4
Last synced: about 1 month ago
JSON representation
A fancy-styled 3D endless runner game where everything is made in cubes. Brought to you by C++.
- Host: GitHub
- URL: https://github.com/frodoalaska/cuberun
- Owner: FrodoAlaska
- Created: 2024-04-04T05:19:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T16:30:57.000Z (about 2 years ago)
- Last Synced: 2024-10-25T18:29:40.236Z (over 1 year ago)
- Topics: cpp, cube, endless, endless-runner-game, glfw, glfw3, opengl, opengl3, opengl4
- Language: C++
- Homepage:
- Size: 27.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cube Run
A 3D endless runner game where everything is made out of cubes. Brought to you by C++.
Try to avoid the cubes incoming your direction by jumping. But be careful not to fall to the depths of hell beneath you. Avoid falling and avoid the cubes as much as possible. But don't worry, you 3 tries in total. So even if you get hit once or fall, you still have two other chances. Get the highest score you can and become the best Cube there is.
# Build
Cube Run uses CMake as its build system. So use it to build the project and... *run* it. Get it? Run it? Whatever, dude, just copy the commands below.
```
git clone --recursive https://github.com/MohamedAG2002/CubeRun.git
cd CubeRun
mkdir build && cd build
cmake ..
make
```
# Play
If you want to play the game instead of building it from source, you can head over to the itch page of the game.
Itch page: https://frodoalaska.itch.io/cube-run