Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Platform Tutorial or Source code?  (Read 3372 times)

0 Members and 1 Guest are viewing this topic.

Kordman916

  • Newbie
  • *
  • Posts: 9
    • View Profile
Platform Tutorial or Source code?
« on: February 04, 2011, 02:49:58 am »
Hey Everyone,

I really like SFML and I want to start programming a platforming game (Eg: Mario or Sonic) but I wondered...

Are there any platform game tutorials or any projects with source code released that I could look at?

And if not could someone point me to a place to start learning about programming a platform game?

Thanks in advance,
Kordman916

Kordman916

  • Newbie
  • *
  • Posts: 9
    • View Profile
Platform Tutorial or Source code?
« Reply #1 on: February 05, 2011, 09:38:24 am »
Anyone?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Platform Tutorial or Source code?
« Reply #2 on: February 05, 2011, 12:49:02 pm »
I only know jnrdev, but the page has gone offline in the meanwhile. You can still find the tutorial in the web archive or in the Allegro wiki.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

AlexM

  • Newbie
  • *
  • Posts: 18
    • View Profile
Platform Tutorial or Source code?
« Reply #3 on: February 08, 2011, 10:47:40 pm »
if you are merely interested in the logic required to create a game take a look at this flixel tutorial.

Of course this is on flixel which is a 2d game library so you will have to implement a more robust sprite, state management, and collisions among other things if you plan to use SFML.


http://www.brighthub.com/hubfolio/matthew-casperson/blog/archive/2009/12/02/creating-a-flash-platform-game-with-flixel-and-flex.aspx

 

anything