Unfinished PHP Game Engine

Place to place any code snippets, completed games, or even uncompleted games for IR users to use.
Post Reply
Echo
Posts: 16
Joined: Wed Sep 28, 2011 5:01 pm

Unfinished PHP Game Engine

Post by Echo »

This engine is unfinished, I will probably not update it.

I won't give support as I totally forgot what I did, so if you have experience in PHP then shouldn't be too difficult to figure it out.

It's useless to me now so I'm giving it out for free...

Features:
- Template system
- Login/Register system
- Messaging system ( e.g. inbox / outbox and so on)
- Events system (e.g. what happens in-game)
- Maps / Towns
- Buddy List
- Storage for currency (bank)
- Jobs (Magician / Thief / Archer / Warrior etc)
- Admin panel
- Player profiles
- NO CRONS!

How to install:
1. Make sure you have a server with PHP and MySQL, if local try WAMP.
2. Copy all files to anywhere in your server folder that is accessible by http e.g. "c:\wamp\www\MyGame" and then http://localhost/MyGame
3. Upload the ZGE.sql into your database, this can easily be done with phpMyAdmin by clicking import and by selecting the file.
4. Edit config.php to change the connection to the database, change password and username.
5. Everything should work fine. Now you are ready to modify or whatever you would like to do.

Please note the features listed may not be fully functional, i may have not finished them but i know for sure i did finish quite a few. Feel free to modify the game as much as you want and/or use it to build a game.

Download link (UPDATED 20/05/2012): http://www.mediafire.com/?ezxsy1rzkl492ch
Last edited by Echo on Wed May 30, 2012 4:05 pm, edited 2 times in total.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Unfinished PHP Game Engine

Post by hallsofvallhalla »

thanks!

Any screen shots or explanation of it?
Echo
Posts: 16
Joined: Wed Sep 28, 2011 5:01 pm

Re: Unfinished PHP Game Engine

Post by Echo »

hallsofvallhalla wrote:thanks!

Any screen shots or explanation of it?
The engine is fantasy text-based, kind of.. well that's what I was aiming for. (classes / quests / jobs / monsters etc etc)

I'll try and get screenshots, when I put it on my local host server =p

There is not much to the engine, but it can help people to create there own engine or build of mine.
Zoo
Posts: 21
Joined: Tue Apr 17, 2012 6:38 pm

Re: Unfinished PHP Game Engine

Post by Zoo »

i know i pleased it after 1year like this post is here, but maybe u still have it? and wanna share it with me?
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Unfinished PHP Game Engine

Post by Jackolantern »

Unfortunately, I have not seen Echo around in a few months. Maybe he will stop back by. However, if you are interested in working with an existing engine, there are plenty of open source ones released online that are complete. Just Google them up and go exploring!
The indelible lord of tl;dr
User avatar
Phantom Coder
Posts: 45
Joined: Sun Sep 19, 2010 6:06 am

Re: Unfinished PHP Game Engine

Post by Phantom Coder »

does anyone have a copy of the source, filesonic is kind of shutdown from sharing unless you own the account. if you can can you add a mediafire link please.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Unfinished PHP Game Engine

Post by Jackolantern »

I don't think so. Echo has been MIA for months now, so the chances of him stopping back by to re-upload it are pretty slim. And to my knowledge, no one really got into it due to not knowing much about it. There are several open source engines out there you could try to download and check out. Maybe we need a stickied list of open source PBBG engines... :)
The indelible lord of tl;dr
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Unfinished PHP Game Engine

Post by Jackolantern »

Here is the list I came up with after a couple hours or so of digging around. Feel free to check them out and see if something will work for you! :)
The indelible lord of tl;dr
Echo
Posts: 16
Joined: Wed Sep 28, 2011 5:01 pm

Re: Unfinished PHP Game Engine

Post by Echo »

Updated, i'm glad some have taken interest in my project. Enjoy. :)
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Unfinished PHP Game Engine

Post by Jackolantern »

Oh cool! Thanks, Echo 8-)
The indelible lord of tl;dr
Post Reply

Return to “Code Sharing”