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
- Host: GitHub
- URL: https://github.com/objarni/pong.love
- Owner: objarni
- License: mit
- Created: 2016-05-22T19:08:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T19:41:00.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T11:55:19.840Z (over 1 year ago)
- Language: Lua
- Size: 526 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.