0 Members and 2 Guests are viewing this topic.
Ooh, Java is a fun language Welcome to omni~Peanuts for you ! peanuts
Well, i didn't include SQL as it is not a programming language.
My Java knowledge is still basic. For example, i'm still trying to figure out collision detection in 2D which i have a lot of trouble with.If any of you have any ideas for collision detection let me know
Quote from: HOMER-16 on December 19, 2012, 06:10:33 pmOoh, Java is a fun language Yes but can it run Crysis?Joking aside, welcome here Elandlord
Ooh, Java is a fun language
Quote from: Elandlord on December 19, 2012, 07:49:10 pmMy Java knowledge is still basic. For example, i'm still trying to figure out collision detection in 2D which i have a lot of trouble with.If any of you have any ideas for collision detection let me know This is actually simple. Create an object called Rect for anything with collision data. Rect has an x, y, width, and length. If two rects overlap, they collide. All you have to do is check if the object you want to test collides or will collide with anything and then do (or not do) something.
Quote from: Elandlord on December 19, 2012, 07:49:10 pmWell, i didn't include SQL as it is not a programming language. So isn't HTML
But what about more complex shapes, more rects to approximate the shape?\