PDA

View Full Version : Looking for fellow hobby programmer's



ericlangedijk
15-02-2013, 05:05 PM
I'm modernizing my old lemmings clone and it is a LOT of work to do on your own.
If anyone is interested helping me, I would be glad.
What I am making / want to make is:
- a database (firebird using UIB in Delphi) that can import different types of platforms.
- a game player which can implement different game mechanics (and possibly extend them with a plugin system)
- a metadata- and level editor.
- the possibility for multiplayer online.
- configurable graphics engine (gdi or opengl)

WILL
16-02-2013, 05:33 AM
Can you show us some screenshots, a video or a little more about the Lemmings clone?

When asking for interested participants on a project, it always helpful to include as much information as you can about the project to interest them in it. There are some details, but it might be nice to hear a little more. :)

ericlangedijk
16-02-2013, 08:05 AM
Ok..
My old clones and editor are here:
http://ericenzwaan.nl/eric/lemmings/lemmix.htm

One of the reasons I want to make a new program is that there are made lots of custom levels with my editor (look for 'lemmix' on http://www.lemmingsforums.com/)
It would be nice to store them all into 1 database (maybe eventually online) and play them 'out of the box' instead of copying around.
Another reason is that the editor and clones are seperate programs (no shared code).