Game not loading - Ubuntu
Posted: Sun Apr 13, 2014 12:03 pm
I have LOVE 0.9.1 on Ubuntu 12.04
I have created a folder named "game" in /home/game,
I have created a main.lua file inside it with the code -
-but the code doesnt run
and instead I get the default screen of the "baby inspenctor" saying "no game"
I have tried running it 2 diferent ways -
Using terminal "love /home/game"
And renaming the .lua file to .love
I have tried downloading demo games on the forums here, and they work!
I am new to this engine and would LOVE to be able to use it ;)
I have created a folder named "game" in /home/game,
I have created a main.lua file inside it with the code -
Code: Select all
function love.draw()
love.graphics.print("Hello World", 400, 300)
end
and instead I get the default screen of the "baby inspenctor" saying "no game"
I have tried running it 2 diferent ways -
Using terminal "love /home/game"
And renaming the .lua file to .love
I have tried downloading demo games on the forums here, and they work!
I am new to this engine and would LOVE to be able to use it ;)