Search found 17 matches
- Fri Apr 13, 2012 12:29 am
- Forum: Support and Development
- Topic: Whats the Easiest Game ?
- Replies: 28
- Views: 12736
Re: Whats the Easiest Game ?
Does it check automatically?
- Thu Apr 12, 2012 9:45 pm
- Forum: Support and Development
- Topic: Whats the Easiest Game ?
- Replies: 28
- Views: 12736
Re: Whats the Easiest Game ?
I Can Read this Code
but dunno where are the rectangles? xD
Code: Select all
function CheckCollision(x1, y1, w1, h1, x2, y2, w2, h2)
if x1 > (x2 + w2) or (x1 + w1) < x2 then return false end
if y1 > (y2 + h2) or (y1 + h1) < y2 then return false end
return true
end
- Wed Apr 11, 2012 9:40 pm
- Forum: Support and Development
- Topic: Whats the Easiest Game ?
- Replies: 28
- Views: 12736
Re: Whats the Easiest Game ?
Oh God No Tetris to many Blocks o,o Snake um.. Okay
- Wed Apr 11, 2012 8:54 pm
- Forum: Support and Development
- Topic: Whats the Easiest Game ?
- Replies: 28
- Views: 12736
Re: Whats the Easiest Game ?
Naughts and Crosses? Whats That o,o?
- Wed Apr 11, 2012 8:49 pm
- Forum: Support and Development
- Topic: Whats the Easiest Game ?
- Replies: 28
- Views: 12736
Re: Whats the Easiest Game ?
Not for me :/ Collision o,o
- Wed Apr 11, 2012 8:47 pm
- Forum: Support and Development
- Topic: Whats the Easiest Game ?
- Replies: 28
- Views: 12736
Whats the Easiest Game ?
Whats the Easiest Game i can made?
- Wed Apr 11, 2012 4:05 pm
- Forum: Support and Development
- Topic: Collision? How?!
- Replies: 10
- Views: 5005
Re: Collision? How?!
How can i see the code?
- Wed Apr 11, 2012 3:41 pm
- Forum: Support and Development
- Topic: Collision? How?!
- Replies: 10
- Views: 5005
Re: Collision? How?!
._. Why i can't understand Lua/Love2D ?
- Wed Apr 11, 2012 3:14 pm
- Forum: Support and Development
- Topic: Collision? How?!
- Replies: 10
- Views: 5005
Re: Collision? How?!
This is to Complicated :/ Can i Give You the Source Code and you add this for me pls?
- Wed Apr 11, 2012 2:35 pm
- Forum: Support and Development
- Topic: Collision? How?!
- Replies: 10
- Views: 5005
Re: Collision? How?!
Here's what i made;