Page 1 of 1

Create a Map and Collision with it

Posted: Sun Nov 23, 2014 5:34 pm
by Daniele122898
Hi Guys

Im very new to LÖVE2D and overall gamedevelopment. Im so far to let a player move. use Shift to run. and collision on the edge of the window. but how to make a Map? For like a 2D adventure game like zelda. A Map where oyu cant walk in a tree or in the water where you have some spots to walk and go in another part. Just a big map. How do i do that? Are there any good Tutorials, bcs i dont find any real good stuff. Or any Love2D Wiki entries for it or even a soure code with it. Thx for the help

Daniele

Re: Create a Map and Collision with it

Posted: Sun Nov 23, 2014 5:54 pm
by Doctory

Re: Create a Map and Collision with it

Posted: Sun Nov 23, 2014 6:32 pm
by Daniele122898
Thanks ill look into it. thanks alot :)

Re: Create a Map and Collision with it

Posted: Sun Nov 23, 2014 7:21 pm
by Daniele122898
sadly it is described not really noob friendly. I may can copy the code but i dont understand it. Any tipps?

Re: Create a Map and Collision with it

Posted: Mon Nov 24, 2014 10:22 am
by s-ol
Daniele122898 wrote:sadly it is described not really noob friendly. I may can copy the code but i dont understand it. Any tipps?
It's pretty detailed already...

Re: Create a Map and Collision with it

Posted: Mon Nov 24, 2014 3:00 pm
by Karai17
That gridlocked player tutorial is how I started learning both Lua and LOVE. It's very well documented and explains each step quite well. You may need to take some time and go through it slowly to really grasp what's going on, but I can't really think of a better tutorial to explain the basics.