Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 226 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 226 Bytes

build

You will need cmake, and a C compiler

mkdir raylib/build
cd raylib/build
cmake ..
make
cd ..
./build/pakemon

Go print out the cheatsheet, it's awesome.