Skip to content

llsaimur/webserverfinalprj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Leader: Mohammad Saimur Rashid,
Developers: Eddie Eduardo Merlano Paez, Georges Saade, Javier Eduardo Quiroga Amaya, Yushuo Liu, Andrei Stogrea

PHP children's games website, which includes the following features:

1. Creation of user accounts or registration (Sign-Up).

2. Real-time validation of the information entered by the user in the form for creating user accounts with AJAX.

3. Sign-In to an existing user account.

4. Logout of a connected user account (Sign-Out and Time-Out).

5. Changing the password for an existing user account.

6. Management of several levels of a question-and-answer game that follow one another.

7. Abandonment of a game in progress.

8. Display of the history of the results of all the games ended.

9. Manipulation of a MySQL database to save, select, and update data collected and generated by the previous features.

10. Custom display of features and interaction of additional interactivity and attraction features

Game Level description:

Game Level 1: Order 6 letters in ascending order

Game Level 2: Order 6 letters in descending order

Game Level 3: Order 6 numbers in ascending order

Game Level 4: Order 6 numbers in descending order

Game Level 5: Identify the first (smallest) and last letter (largest) in a set of 6 letters

Game Level 6: Identify the smallest and the largest number in a set of 6 numbers

Good Luck!