Skip to content

CPerry26/dap-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dap Dash

A simple 2D side scrolling obstacle game where you move across a level and must jump over obstacles. Written in C++ using Raylib.

All assets are copyright to Gamedev.tv, the code is my own.

As of now, this only compiles on MacOS Apple Silicon.

Build

To build this project on MacOS, you will first need to install Raylib. There are multiple options, Homebrew being the easiest. Once installed, you will want run the following in a terminal set to the project directory: mkdir build.

Once you have a build directory, you can start using CMake: cmake --build build.

After the build is complete, you can run the executable: ./build/dap_dash.

About

A 2D side scrolling obstacle game written in C++ and using Raylib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors