Pong implementation using SFML
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jake Wakeling 5948c793eb Fix broken collisions for walls and paddles 2 years ago
src Fix broken collisions for walls and paddles 2 years ago
.gitignore Update gitignore 3 years ago
BuildUNIX.sh Add project files 3 years ago
CMakeLists.txt Fix broken collisions for walls and paddles 2 years ago
LICENCE Add LICENCE 3 years ago
README.md Add README.md 3 years ago

README.md

Pong

Pong implementation using SFML

Build Instructions

Pong uses CMake to build.
Binaries will be located in the bin directory.

UNIX Build

Run BuildUNIX.sh, or

cmake -S . -B build && cmake --build build

Meta

Copyright (C) 2020, Jakob Wakeling
All rights reserved.
OMKOV Permissive Licence