Search found 17 matches

by Pigzo
Fri Apr 13, 2012 12:29 am
Forum: Support and Development
Topic: Whats the Easiest Game ?
Replies: 28
Views: 11936

Re: Whats the Easiest Game ?

Does it check automatically?
by Pigzo
Thu Apr 12, 2012 9:45 pm
Forum: Support and Development
Topic: Whats the Easiest Game ?
Replies: 28
Views: 11936

Re: Whats the Easiest Game ?

I Can Read this Code

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
but dunno where are the rectangles? xD
by Pigzo
Wed Apr 11, 2012 9:40 pm
Forum: Support and Development
Topic: Whats the Easiest Game ?
Replies: 28
Views: 11936

Re: Whats the Easiest Game ?

Oh God No Tetris to many Blocks o,o Snake um.. Okay :3
by Pigzo
Wed Apr 11, 2012 8:54 pm
Forum: Support and Development
Topic: Whats the Easiest Game ?
Replies: 28
Views: 11936

Re: Whats the Easiest Game ?

Naughts and Crosses? Whats That o,o?
by Pigzo
Wed Apr 11, 2012 8:49 pm
Forum: Support and Development
Topic: Whats the Easiest Game ?
Replies: 28
Views: 11936

Re: Whats the Easiest Game ?

Not for me :/ Collision o,o
by Pigzo
Wed Apr 11, 2012 8:47 pm
Forum: Support and Development
Topic: Whats the Easiest Game ?
Replies: 28
Views: 11936

Whats the Easiest Game ?

Whats the Easiest Game i can made? :huh:
by Pigzo
Wed Apr 11, 2012 4:05 pm
Forum: Support and Development
Topic: Collision? How?!
Replies: 10
Views: 4663

Re: Collision? How?!

How can i see the code?
by Pigzo
Wed Apr 11, 2012 3:41 pm
Forum: Support and Development
Topic: Collision? How?!
Replies: 10
Views: 4663

Re: Collision? How?!

._. Why i can't understand Lua/Love2D ?
by Pigzo
Wed Apr 11, 2012 3:14 pm
Forum: Support and Development
Topic: Collision? How?!
Replies: 10
Views: 4663

Re: Collision? How?!

This is to Complicated :/ Can i Give You the Source Code and you add this for me pls? :(
by Pigzo
Wed Apr 11, 2012 2:35 pm
Forum: Support and Development
Topic: Collision? How?!
Replies: 10
Views: 4663

Re: Collision? How?!

Here's what i made;