Skip to content

Commit

Permalink
create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Besdroxk authored Sep 9, 2023
1 parent 5246f48 commit 9085a1a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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
```
2. Go to the downloaded directory:
```
cd Mario-Run
```
3. Create a directory for binaries:
```
mkdir build
```
4. Go to the build:
```
cd build
```
5. Build the project using cmake:
```
cmake ..
```


0 comments on commit 9085a1a

Please sign in to comment.