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
- Host: GitHub
- URL: https://github.com/shepardeon/love-pong
- Owner: Shepardeon
- License: mit
- Created: 2023-10-01T09:09:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T15:34:20.000Z (over 1 year ago)
- Last Synced: 2023-10-07T16:30:09.417Z (over 1 year ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```