I am following along with https://love2d.org/wiki/Getting_Started and am having problems.
I created a new folder containing a main.lua file containing the following code
Code: Select all
function love.draw()
love.graphics.print("Hello World", 400, 300)
end
Code: Select all
love /Home/Documents/LoveTest
Like I said at the beginning of the post I feel like I'm missing something very simple. I appreciate any help I can get, and please allow me to apologize for posting something so basic. I look forward to being able to learn this wonder engine.
Cheers.