2D Side-Scroller Game Engine

Started by
7 comments, last by Sushii 15 years, 1 month ago
Hey everyone. I am kinda new here, i am a pixel artist and have some knowledge on C++. I wanted to create a simple 2D Side Scroller like Sonic or Super Mario. Is there any free Engine to create 2D Side Scrollers? My C++ is pretty basic, doesn't get too much arround, i know voids and stuff like that, i do mathematic and programming exercises at school, but i am not prepared to create my own engine yet. Thanks in advance.
Advertisement
I am currently working on one.

If you would like to join me, I would be happy to have a sprite artist to work with.

My email is kkaploon@gmail.com

kost.
Thanks, i might email you later.
But i wanted to know if there is a FREE engine that i can download.
Maybe a GUI system is something you need. One example is ceGUI:
http://www.cegui.org.uk/wiki/index.php/Main_Page
My spacesim project blog:http://www.simerge.com/
That is exactly what i was looking for, ill try to look deeper into this.
Thank you!
I am working on a free & cross platform 2d scroller engine/framework. You can check it out at http://jenginesse.sourceforge.net/

I want to make clear that it is work in progress.

Crafter 2D: the open source 2D game framework

?Github: https://github.com/crafter2d/crafter2d
Twitter: [twitter]crafter_2d[/twitter]

Also consider HGE:

http://hge.relishgames.com/doc/index.html

I've only just started looking at it but it seems quite simple to get started. I don't think it has as many GUI elements as CEGUI, but it may be possible to use the two together, I haven't tried yet.

I'd look into Flash or GameMaker if I were you. Or Python and Pygame or Pyglet. Games don't necessarily need to be made with C++ after all... ;)
Create-ivity - a game development blog Mouseover for more information.
Quote:Original post by Captain P
I'd look into Flash or GameMaker if I were you. Or Python and Pygame or Pyglet. Games don't necessarily need to be made with C++ after all... ;)


Thanks, i'm checking it out, it might just be what i need!

This topic is closed to new replies.

Advertisement