Search found 70 matches

by Deecodeuh
Thu Feb 25, 2010 5:19 pm
Forum: Support and Development
Topic: error in this block of code..
Replies: 5
Views: 1782

error in this block of code..

function loadlevel(lvl) grid = {} local level = love.filesystem.newFile("media/level/"..lvl) love.filesystem.open(level) for row=1,20 do local grid [row] = {} -- create a new row for column=1,480 do grid[row][column] = tonumber(love.filesystem.read(level,1)) end love.filesystem.read(level...
by Deecodeuh
Thu Feb 25, 2010 3:51 pm
Forum: Support and Development
Topic: Physics in love 0.6.1
Replies: 5
Views: 2825

Re: Physics in love 0.6.1

Maybe you have to create another body as the floor?
I don't really know, because I just started teaching myself love physics this morning. But it's a suggestion.

*edit*
Nevermind, I just noticed you did create a body for the floor.
by Deecodeuh
Thu Feb 25, 2010 3:33 pm
Forum: Support and Development
Topic: Physics??
Replies: 4
Views: 1678

Re: Physics??

Is there a tutorial for this anywhere?
by Deecodeuh
Thu Feb 25, 2010 3:29 pm
Forum: Support and Development
Topic: Physics??
Replies: 4
Views: 1678

Physics??

I need help with learning how to use the physics engine, but I can't find any tutorials? The only thing I can really do right now is look at project that have been made like lovealanche, and look at the source code, but it's so confusing.. Can anyone help me? How do I attach graphics to physical bod...
by Deecodeuh
Thu Feb 25, 2010 2:59 pm
Forum: Libraries and Tools
Topic: PÄSSION: object-oriented LÖVE
Replies: 90
Views: 50065

Re: PÄSSION: object-oriented LÖVE

Thank you for your help. :) Late last night, I noticed the wiki entry for MiddleClass, and that helped a lot.
by Deecodeuh
Thu Feb 25, 2010 3:51 am
Forum: Libraries and Tools
Topic: PÄSSION: object-oriented LÖVE
Replies: 90
Views: 50065

Re: PÄSSION: object-oriented LÖVE

Oh man.. :( Looking at this source code.. I can't make sense of any of it. I really need help learning all of this. Where do I start? What do I have to read?
by Deecodeuh
Thu Dec 17, 2009 1:41 am
Forum: Games and Creations
Topic: LovelyBigPlanet
Replies: 114
Views: 57577

Re: LovelyBigPlanet

I'm new to lua, but not new to programming. If you can get me a working version of what you have so far I think I'd want to join as a person that tidy's up the loose ends. I don't want to do physics, but I'd be willing to program about anything else.
by Deecodeuh
Tue Dec 15, 2009 11:53 pm
Forum: Games and Creations
Topic: Lovely Mario Bros
Replies: 16
Views: 9720

Re: My Super Mario Clone (With Download)

Ok, I'll fix that.
by Deecodeuh
Tue Dec 15, 2009 3:36 am
Forum: General
Topic: New to LUA and LOVE
Replies: 17
Views: 11038

Re: New to LUA and LOVE

I just started yesterday with the hamsterball example, viewed the source and started programming my own game. No tutorials. :) This engine is great!
by Deecodeuh
Tue Dec 15, 2009 3:23 am
Forum: Games and Creations
Topic: Lovely Mario Bros
Replies: 16
Views: 9720

Lovely Mario Bros

Hello, this is my work in progress. I'm not open for bug reports, and will not be for a while. This is just a snapshot of what I'm making, and a peek at what will be released in the future. I am open for suggestions and ideas though, so download, play around, and tell me what you'd like to see in th...