https://github.com/zesterer/pong-sfml
[FUNCTIONAL] A game of pong written in C++ and SFML
https://github.com/zesterer/pong-sfml
Last synced: 10 months ago
JSON representation
[FUNCTIONAL] A game of pong written in C++ and SFML
- Host: GitHub
- URL: https://github.com/zesterer/pong-sfml
- Owner: zesterer
- License: gpl-2.0
- Created: 2015-03-09T23:35:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T00:06:00.000Z (almost 11 years ago)
- Last Synced: 2025-01-25T18:32:01.123Z (12 months ago)
- Language: C++
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong Sfml
A game of pong (poorly) written in C++ and SFML
## Why does this exist?
This is my first proper C++ project, so I thought I'd jam it up on git.
I'm still learning, so ignore the plethora of bad-practise things.
## Compile
`make build`
## Run
`make run`
## Trivia
Compiles on both OSX and Linux, provided you have the dependencies installed.