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

https://github.com/objarni/pong.love

A Löve2d learning project
https://github.com/objarni/pong.love

Last synced: about 1 year ago
JSON representation

A Löve2d learning project

Awesome Lists containing this project

README

          

# pong.love
A Löve2d learning project

Running
=======
Make sure you have Löve2d 0.9.1 on your computer.

Then, either drag-and-drop the folder containing main.lua to your love.exe (Windows and OSX).

On Linux, type "love ." after cd:ing into the folder.