Page 1 of 1

where are the examples images

Posted: Wed Jul 04, 2012 8:50 pm
by cedardoc
Hi, I'm just starting up with love/lua and found this examples file

https://love2d.org/wiki/main.lua

Where would I find the images it refers to? When I run it as it I get the following error:
could not open file images/love-big-ball.png. Does not exist

thanks,
Dave

Re: where are the examples images

Posted: Wed Jul 04, 2012 11:51 pm
by Robin
I have no idea what that is. My suggestion is that you pretend you never saw that page in the first place and move along.

Re: where are the examples images

Posted: Thu Jul 05, 2012 1:45 am
by onedaysnotice
I suggest not trying that example. If you just want to see a game running, I suggest running goature's tutorial game:

Tut: http://www.youtube.com/watch?v=ngEAXeoqyMg
DL: http://dl.dropbox.com/u/1438288/Example_Game15.rar

Just extract the rar, zip the contents, rename .zip to .love, and run the file :) You can follow the tutorial from beginning to end if you want to understand some key concepts of lua and the like. Sockmunkee's tutorials are also great and are more directed to the beginner lua programmer. I personally learnt the basics from both of them. :)

http://www.youtube.com/watch?v=vr1VpNkhJrA

Else, if this is your first foray into game development or programming in general, first try the "Hello World" example on the wiki.

https://love2d.org/wiki/Getting_Started

Welcome to Love2D :D

Re: where are the examples images

Posted: Thu Jul 05, 2012 5:39 am
by cedardoc
Thanks very much!