Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haletran/pong_in_lua
Basic pong game designed to learn the fundamentals of LUA and the Love 2D library.
https://github.com/haletran/pong_in_lua
game love2d lua pong
Last synced: 15 days ago
JSON representation
Basic pong game designed to learn the fundamentals of LUA and the Love 2D library.
- Host: GitHub
- URL: https://github.com/haletran/pong_in_lua
- Owner: Haletran
- License: mit
- Created: 2024-03-18T11:04:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:15:35.000Z (5 months ago)
- Last Synced: 2024-10-16T12:13:22.261Z (30 days ago)
- Topics: game, love2d, lua, pong
- Language: Lua
- Homepage: https://haletran.github.io/Pong_in_lua/
- Size: 6.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Pong
Basic pong game designed to learn the fundamentals of LUA and the Love 2D library.
=> Try it here PONG <=# Compilation
You need the Love2d library package installed :
```bash
love game/
```or use the [AppImage](https://github.com/love2d/love/releases/download/11.5/love-11.5-x86_64.AppImage) :
```bash
./love-11.5-x86_64.AppImage game/
```