Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joebobmiles/pong
A Pong game implemented in Lua+LÖVE.
https://github.com/joebobmiles/pong
game love love2d lua pong
Last synced: 3 days ago
JSON representation
A Pong game implemented in Lua+LÖVE.
- Host: GitHub
- URL: https://github.com/joebobmiles/pong
- Owner: joebobmiles
- Created: 2020-08-01T15:33:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T16:12:12.000Z (over 4 years ago)
- Last Synced: 2024-12-06T09:23:07.811Z (about 2 months ago)
- Topics: game, love, love2d, lua, pong
- Language: Lua
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏓PONG
This is a single player Pong game implemented with Lua and LÖVE.
# Running the Game
Visit the [releases page](https://github.com/JoeBobMiles/Pong/releases) and
either download `pong.love` or the zip file for your platform.## Running via `pong.love`
1. Install [LÖVE](https://love2d.org/) for your platform.
(Minimum version of 11.3.)
2. Download `pong.love`.
3. Double-click the `pong.love` file, or run the command `love pong.love` from
the commandline.## Running via Platform-Specific Binary
After downloading the appropriate zip file for you platform, follow these
instructions:| System | |
|:-:|---|
| **Windows** | Unzip the archive to the desired location. **Do not remove `pong.exe` from the folder!** Double-click `pong.exe` and play! |
| **MacOS** | _... TBD ..._ |# How to Play
Simply move the mouse to place the paddle in the path of the ball! Keep it from
hitting the bottom of the screen and you won't lose!## Keybindings
| Key | |
|:-:|---|
| **Esc** | Quit the game |
| **Space** | Pause the game |