Unable to Run Minimal Game
Posted: Thu Nov 16, 2017 8:21 pm
Hello all, let me apologize for this very simple question. I feel as though I am missing something very basic.
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
I receive the colorful Super Toast animated window when I attempt to run it using Sublime's build system LuaLove - Love2D or using the command (LoveTest is where my main.lua is stored).
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.
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.