An open API service indexing awesome lists of open source software.

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

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.