The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I want a list of random words, one of which will then be picked by the game at the start.
Then, the player will have a number of guesses.
If he gets it right in this time, good, a congrats screen, if he doesn't, give the answer.
I tried to adapt a php 'guess the number' game, with no success.
Any tips, or do you know of similar games I can look at?
:o)
if not, nab the script from:
http://www.billsgames.com/wordpi/
if so, just type "Quiz Script" or something similar into google.
I want a list of random words, one of which will then be picked by the game at the start.
Then, the player will have a number of guesses.
If he gets it right in this time, good, a congrats screen, if he doesn't, give the answer.
I tried to adapt a php 'guess the number' game, with no success.
Any tips, or do you know of similar games I can look at?