Skip to content

GamerSenior/simple_platform_raylib

Repository files navigation

simple_platform_raylib

My first attempt to build a simple game with Raylib, fully writen in C.

To clone the project and all the dependencies, use:

git clone --recursive git@github.com:GamerSenior/simple_platform_raylib.git

If already cloned, update submodules with:

git submodule update --init

Create build directory and configure the project:

mkdir build && cd build
cmake ../

Build the project:

cmake --build .

About

Simple Platform Game made with RayLib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published