Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 356 Bytes

pong

pong < 100 lines with raylib

make sure you have raylib compiled into standard directorys

make build directory and go into build directory

mkdir build && cd build

generate makefile with cmake

cmake ../

compile everything with make

make

run

./pong