mef @mef

LÖVE is a pretty cool engine, I made the base of a platformer in it using my own code for (square) collision and movement

Oct 10, 2022, 5:13 PM
10
View all Parent

comments

Highlighted comment

and faster, and has a way better array system (in lua arrays are called tables and are a bajillion times better than python’s arrays)

no classes in lua :(

but theres metatables