Skip to content

A small project similar to the Dino Runner game in the popular Google Chrome browser. The project is written in C++ using the GLFW library and the stb_image header from the stb library as well as the plog library.

Notifications You must be signed in to change notification settings

Besdroxk/Mario-Run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mario-Run

Project Description

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.

How to build a project

  1. Get the source code using the git shell:
git clone --recursive https://github.com/StarProUa/Mario-Run.git
  1. Go to the downloaded directory:
cd Mario-Run
  1. Create a directory for binaries:
mkdir build
  1. Go to the build:
cd build
  1. Build the project using cmake:
cmake ..

About

A small project similar to the Dino Runner game in the popular Google Chrome browser. The project is written in C++ using the GLFW library and the stb_image header from the stb library as well as the plog library.

Topics

Resources

Stars

Watchers

Forks