Hey Everyone,
Has anyone used or seen open sonic?
http://opensnc.sourceforge.net/
It's an open source game engine capable of supporting Sonic the Hedgehog style platform games. According to the FAQ it uses Allegro. There are plenty of ripped-sprite running demos on youtube, e.g.
And so the project is looking for level designers and graphics people to create original content. There is a level editor and the level file format is human-readable text.
It's got a lot of sonic specific stuff going on but it would seem to be a good starting point for someone who wanted to make a different platform game.
Or is using someone else's engine considered cheating around here?
Open Sonic Engine
Moderator: PC Supremacists
-
- Chaos Rift Newbie
- Posts: 28
- Joined: Mon Jan 04, 2010 5:29 am
- Programming Language of Choice: C/C++
Re: Open Sonic Engine
If it's legal, probably not -- but, I'm pretty much sure that you will feel hell a lot better and proud of yourself if you will write your own game from ground up (using C++ and SDL/SFML/Allegro).christo wrote: Or is using someone else's engine considered cheating around here?
RyanPridgeon wrote:If you wanna go there, you go for it man. Nobody is stopping you so just work hard and achieve your goals.
- Trask
- ES Beta Backer
- Posts: 738
- Joined: Wed Oct 29, 2008 8:17 pm
- Current Project: Building a 2D Engine
- Favorite Gaming Platforms: Sega Genesis and Xbox 360
- Programming Language of Choice: C/C++
- Location: Pittsburgh, PA
- Contact:
Re: Open Sonic Engine
Game creation is game creation, not everyone can make a kick ass engine or has a desire too. Using open source engine is still kick ass in my book, because you still have to be adept at going through said engine and working off it, so you still have to use some awesome skills. I'll check this later, the more Sonic, the better.
Dear god, they actually ported ES to a piece of celery!MarauderIIC wrote:You know those people that are like "CHECK IT OUT I just made Linux run on this piece of celery [or other random object]!!"? Yeah, that's Falco, but with ES.
Martin Golding wrote: "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- GroundUpEngine
- Chaos Rift Devotee
- Posts: 835
- Joined: Sun Nov 08, 2009 2:01 pm
- Current Project: mixture
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: UK
Re: Open Sonic Engine
This looks like a cool Engine, ima check it out! Sonic rules!
Tip: If you know Allegro you could tinker with there source code
Tip: If you know Allegro you could tinker with there source code
- ChrissyJ91
- Chaos Rift Regular
- Posts: 149
- Joined: Tue Oct 28, 2008 5:36 pm
- Favorite Gaming Platforms: PS1/2
- Programming Language of Choice: C/C++
- Location: UK
Re: Open Sonic Engine
looks nice I'm a massive sonic fan so I'll definitely be checking this out at some point.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Open Sonic Engine
Bitchin' engine. I always thought it would be a challenge to handle the slopes and loops in a Sonic-esque game. Very nice.
- Scrye
- Chaos Rift Newbie
- Posts: 11
- Joined: Tue May 11, 2010 6:40 am
- Current Project: Euphoric Fantasy
- Favorite Gaming Platforms: PS3, XBOX360, Sega Dreamcast, Sega Genesis
- Programming Language of Choice: C++
- Location: Santa's House
- Contact:
Re: Open Sonic Engine
That's pretty sexy
- Lord Pingas
- Chaos Rift Regular
- Posts: 178
- Joined: Thu Dec 31, 2009 9:33 am
- Favorite Gaming Platforms: NES, SNES, Nintendo 64, Dreamcast, Wii
- Programming Language of Choice: C++
- Location: Hiding In My Mum's Basement With My Pokemon Cards
Re: Open Sonic Engine
I can learn a lot from it's source code, especially seeing that it has a Dreamcast port.