Jump to content
MakeWebGames

Recommended Posts

Posted

Re: ill try it

it isn't crap, it's basic and very clean coded a good base to build whatever turn based game

what do you expect kraig a engine you have to install and you have a game where you can make money from at start ? If you truelly have php/html knowledge you will agree that this is the best step to start with coding web based games.

Posted

Re: ill try it

I can't figure out how to install the darn thing. No instructions, no DB connect info.... I did find a table creation string but that does me no good with no database connection

Warning: main(DB.php) [function.main]: failed to open stream: No such file or directory in /home/samuraio/public_html/KDD/CLockTableCmd.php on line 3

Fatal error: main() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/samuraio/public_html/KDD/CLockTableCmd.php on line 3

Guest Anonymous
Posted

Re: ill try it

Maybe ask Seanybob a bit about it...he seems to be addicted to it :)

Guest Anonymous
Posted

Re: ill try it

I know Seany was playing with this game engine...Im not sure what exactly hes done with it.

Posted

Re: ill try it

Slowly making some progress.

Fatal error: Undefined class name 'db' in /home/hamerio/public_html/KDD/CLockTableCmd.php on line

I dont know much about classes but I guess the $db variable it is trying to use needs defined.

Posted

Re: ill try it

 

Slowly making some progress.

Fatal error: Undefined class name 'db' in /home/hamerio/public_html/KDD/CLockTableCmd.php on line

I dont know much about classes but I guess the $db variable it is trying to use needs defined.

same here. working on making that dang DB.php file...

I tried converting MCcodes system into this one, but it threw up (with good reason I might add)

I don't know too much about db connections, just always used the basics. Time to learn i guess

Posted

Re: ill try it

Yea, your suggestion took away some of my errors but that doesn't mean the problem was resolved. *shrug*

Seany, no fair deleting your post while I'm replying to it

Posted

Re: ill try it

 

is this another sort of game

It's an offshoot of Mc Codes. The biggest difference is that it has a graphics system based on vector drawings. I really think it could revolutionize the gaming platforms we're use to. Have you every played Battlekong Cloudhopper? It's kinda like that when done correctly.

Posted

Re: ill try it

hehe, sorry for deleting UCC

I realized what it was though and felt dumb for assuming something else.

It's just the database class is all... we can make one from scratch, or convert a free one on the web for it. Shouldn't be too tough

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...