Jump to content

critique my game


mattal999

Recommended Posts

heres a link to my game. http://rpgnow.ifastnet.com.

 

i pulled out because i didnt want to give source away. Give me comments on this please!

 

thank you.

1) I registered with an empty username, password and email... Some validation?

2) Too bad you can't buy anything. You start with 100 gold and everything costs 150+ gold, and I can't kill even a baby dragon without any offense. Can't see where else you can earn money.

 

Orio.

Link to comment
Share on other sites

i logged in without a username/password. just clicked the login button.

Yeah, thats my user :D I registered with empty stuff.

@mattal- take a look at the empty() function.

 

EDIT- and I still loose to that baby dragon lol

 

Orio.

Link to comment
Share on other sites

you're in secondary school in year 8, don't know how to do basic stuff, and yet you pulled out of the contest because you didn't want to submit your source code? Then you turn around and post your stuff  several days after the fact, asking for it to be 'judged.'  Yeah right. I think I will move you to the list of people who used that as an excuse.

 

p.s.- I'm splitting the thread at where you submitted a link to your game.  This is the contest submission thread, not the mattal999's game critique thread.

Link to comment
Share on other sites

Try this:

 

if ((!$username) || (!$password) || (!$email_address)) {

 

echo 'You need to provide a username, password, and email address! Thank you!';

 

}

Not the most beautiful way... I'd use empty() and isset() instead...

 

Orio.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.