Jump to content
MakeWebGames

New Game - Partner or Helper Required


peterisgb

Recommended Posts

Hello,

I have started to build a web game completely from scratch.

This website is offline atm on my wampserver.

I've been having a few problems on the way but the basics are there already.

The question i am asking, can someone help me sort it out or Partner up on this game and take 50/50 profits when games goes online.

I have no starting money atm so will be looking for someone who can work on this with me for free in a contract to receive 50% of the money if this project works and works in the current market.

Person will at least know mysqli connection and query's, (This is my weak point, I'm ok but not great.)

Please PM me for more info etc.

http://battle-ground-beta.tk

E-mail: [email protected]

Pass: User

Thanks

Pete.

Edited by peterisgb
Demo link
Link to comment
Share on other sites

Your errors with mysqli is that you need to include your connection $var with the other $var you have used. that is why you get those errors on your userlist page..

just an example:

mysqli_real_escape_string($a['username']);

should be

mysqli_real_escape_string($connection,$a['username']);

 

yeah i've already done that.

Link to comment
Share on other sites

What are you trying to accomplish with this game with regards to functioning? Meaning what style are you going for, mafia, gang, military...what?

Military.

The idea i was thinking of running along, you the player is the commander. you buy soldiers one by one or so depending on level, you train then, equip theses soldiers with weps etc and they fight other players against there soldiers to win xp for you solider to rank them up and xp for you the commander.

Does this make sense?

The Registration is complete. just closed as its new.

Link to comment
Share on other sites

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...