Page 1 of 1

[RELEASE] Simple C++/SDL RPG Engine

Posted: Mon Feb 14, 2011 10:59 am
by fatman1
I created this a while ago, dubbed "SGL" (no opengl used) for "Sam's game library". I didn't have it finished and it has been gathering dust, but I thought it might be useful. It has basic features, including:
Map loading from text files
Multiple sprite loading
Multiple tileset/tileset per map
3 layers of the map
Simple, buggy "party" system. No where near done.
Collision detection. Simple comparative mathematics.
"Debug mode" - Shows collision boundaries

It uses SDL and C++, project is written in Visual C++ 2010 Express. Please note, I am not the best at C++ and there is bound to be some bad practices in there.

http://www.mediafire.com/?dvmzvi6px5znyfy

Re: [RELEASE] Simple C++/SDL RPG Engine

Posted: Mon Feb 14, 2011 11:31 am
by Falco Girgis
Moved it to the "Game Development" forum, since this is pertaining to a general project, rather than a specific programming task or question. :)

Re: [RELEASE] Simple C++/SDL RPG Engine

Posted: Mon Feb 14, 2011 1:15 pm
by fatman1
GyroVorbis wrote:Moved it to the "Game Development" forum, since this is pertaining to a general project, rather than a specific programming task or question. :)
Sorry about that, was rather confused as to what section. I'm used to more "defined" sections on forums. :P

Re: [RELEASE] Simple C++/SDL RPG Engine

Posted: Mon Feb 14, 2011 6:43 pm
by dandymcgee
fatman1 wrote:
GyroVorbis wrote:Moved it to the "Game Development" forum, since this is pertaining to a general project, rather than a specific programming task or question. :)
Sorry about that, was rather confused as to what section. I'm used to more "defined" sections on forums. :P
Trust me, we've discussed fixing that quite a few times. ;)