Most voted "löve" questions
Open source class set to create 2D games using the Lua language.
Learn more…3 questions
Sort by count of
-
11
votes2
answers324
viewsHow to make an object jump only once. in the LÖVE framework?
I’m trying to make a game using the framework LÖVE for Lua, where the player is a ball and has to overcome obstacles and enemies but I’m having a problem making the jumps. function love.keypressed(…
-
5
votes1
answer190
viewsPlay in Löve does not work after compiling
I recently created a game based on löve, that once finished and tested, I decided to try to compile. I followed the tutorial compilation of the löve wiki, using: copy /b love.exe+GhostShield.love…
-
2
votes1
answer120
viewsHow to import Lua packages to Love?
I was observing the example files of the moon (more specifically the iup), and the dial.wlua example caught my attention a lot... I thought it would be interesting a game using this base, for time…