This project is a small game similar to the well-known game "Dino Runner", which is available in the popular Google Chrome web browser. The game is written in C++ and uses the GLFW library to create a window and process input data, and uses the stb_image header from the stb library to load images. The game is logged using the plog library.
- Get the source code using the git shell:
git clone --recursive https://github.com/StarProUa/Mario-Run.git
- Go to the downloaded directory:
cd Mario-Run
- Create a directory for binaries:
mkdir build
- Go to the build:
cd build
- Build the project using cmake:
cmake ..