Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/
```