Skip to content

CosmicBagel/cpp_pong

Repository files navigation

cpp_pong

it pong, wow

Setup

git submodule update --init
cp CMakeUserPresets.sample.json CMakeUserPresets.json
cmake --preset Debug_x64
# or 
cmake --preset Release_x64

Build

cd build/Debug_x64 # or Release_x64
make

Running

Memory leaks checking can be spammy, to disable it:

# inside debug build folder
EXPORT ASAN_OPTIONS=detect_leaks=0
./cpp_pong

Lint

./lint.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published