https://github.com/llsaimur/webserverfinalprj
Kids Game (school project)
https://github.com/llsaimur/webserverfinalprj
html-css mariadb-mysql php wamp-server
Last synced: about 2 months ago
JSON representation
Kids Game (school project)
- Host: GitHub
- URL: https://github.com/llsaimur/webserverfinalprj
- Owner: llsaimur
- Created: 2024-03-18T16:56:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-19T04:52:43.000Z (about 1 year ago)
- Last Synced: 2025-01-30T10:29:34.217Z (4 months ago)
- Topics: html-css, mariadb-mysql, php, wamp-server
- Language: PHP
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Team Leader: Mohammad Saimur Rashid,
Developers: Eddie Eduardo Merlano Paez, Georges Saade, Javier Eduardo Quiroga Amaya, Yushuo Liu, Andrei StogreaPHP 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!