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

https://github.com/shepardeon/love-pong

A pong game made with Love2D
https://github.com/shepardeon/love-pong

Last synced: 2 months ago
JSON representation

A pong game made with Love2D

Awesome Lists containing this project

README

        

# Pöng
A pong game made with Love2D

## Build

Install [Love2D](https://love2d.org/) 11.4
(Specific version available on [Github](https://github.com/love2d/love/releases/tag/11.4))

Then run the project using
```bash
love {pathToProject}/main.lua
```