Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midnightmonster/learning-lua-love
https://github.com/midnightmonster/learning-lua-love
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/midnightmonster/learning-lua-love
- Owner: midnightmonster
- Created: 2021-08-01T21:47:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T23:40:36.000Z (over 3 years ago)
- Last Synced: 2024-12-27T17:13:39.768Z (11 days ago)
- Language: HTML
- Size: 3.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Lua [LÖVE](https://love2d.org)
A little project with my son, learning programming with Lua.
To run, [install LÖVE](https://rvagamejams.com/learn2love/pages/02-01-up-and-running.html) and run `love .` in this folder.
At the moment there's a JavaScript implementation, too, just because I wanted to make one. Open `main.html` in your preferred web browser. No promises the JavaScript version stays up to date, though. I think that's going to get harder once we're doing more than drawing polygons.