Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong game with SDL2

Prerequisite

  • CMake (version 3.1 or higher)
  • vcpkg

Build

# Build CMake files.
$ cmake -B cmake-build-debug -S . -DVCPKG_TARGET=x64-mingw-dynamic -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake -G "MinGW Makefiles"

# Compile and run.
$ cmake --build cmake-build-debug && bin\Ponging.exe

About

A classic Pong game implemented in SDL2

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages