Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 346 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 346 Bytes

cpong

A curvy pong game written in C using Raylib.

Getting started

Native:

mkdir build
cmake -S . -B build
cmake --build build
cd build/cpong
./cpong

Web:

mkdir build_web
emcmake cmake -S . -B build_web -DPLATFORM=Web
emmake cmake --build build_web
cd build_web/cpong
emrun cpong.html