php game prize website

This project involved creating an online php game where using permutations and combinations a game of chance is played where the player is asked to choose 3 out of 9 choices.

Each of those 9 choices represent valid prize choices and when a player chooses three prizes of the same value within 3 choices then he/she wins that particular prize.

It works this way, when a choice box is clicked, the prize underneath it is revealed and then the user can proceed to click on his next box choice and so on.

A php mysql PIN code generator generates unique PIN numbers and these PIN numbers are unique for a particular CLIENT.

By client we mean a separate admin panel and almost a separate game where everything is unique including the url.

The client can log in as admin to view extremely detailed statistics using php admin control panel. Some of the statistics the client can view are PIN number , Value of prize played, wins and losses, date/time played as well as name, address and other contact details of the player/member.