Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 459 Bytes

Runner

CMakeBuilds

A baby platformer using raylib.

Installation

Building from source

Make sure that you have CMake and a C compiler installed.

mkdir build && cd build
cmake ..
make

License

zlib - following suit with raylib.