UnderwareDESIGN

PlayBASIC => Resources => Source Codes => Topic started by: kevin on May 24, 2006, 01:18:54 AM

Title: Advanced Platform Collision
Post by: kevin on May 24, 2006, 01:18:54 AM
  Advanced Platform Collision (Vector WORLD)


  This is a more advanced platform game collision example. The example makes use the PlayBASIC's built in world collision support.   The example supports sloped floors, falling, jumping and wall collision.   Could easily be tweaked into a full on game engine.  But that's for the 'user' :)  Have fun !

  Download

 Download From www.PlayBasic.Com Source Gallery (http://www.playbasic.com/sourcecodes.php?page=0&Order=1&Category=Collision&Author=KevinPicone)




  Related Examples:

   Simple platformer with slopes (https://www.underwaredesign.com/forums/index.php?topic=4560.0)
  Platformer Pixel Collisions Via Ray Casting (http://www.underwaredesign.com/forums/index.php?topic=3163.0)
  Platform Game Movement Based on Ray Intersection (http://www.underwaredesign.com/forums/index.php?topic=3916.0)
  Walking On Sprites (http://www.underwaredesign.com/forums/index.php?topic=3338.0)
  Walking on Sprite Collision Map (http://www.underwaredesign.com/forums/index.php?topic=3339.0)

 Video:

 




Title: Advanced Platform Collision
Post by: tomazmb on May 25, 2006, 12:16:04 PM
Hello,

Thanks, it's a nice demo.

Have a nice day,

Tomaz
Title: Advanced Platform Collision
Post by: eatfishy on July 05, 2006, 08:20:26 PM
I like....The collision is pretty impressive.