Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game with a database - Coggle Diagram
Game with a database
Documentation
Main focus: data transfer between unity and database
10 A3 pages
2 minute video of high score/data transfer working
Ensure proforma is detailed
Annotated pseudocode
Annotated screenshots
Show data tables
Evaluate against prescribed/self-determined criteria
Refinements and justifications
Impacts of game and data
Security of data
References
User aspects
Login facility
Takes to game menu
Register facility
Ensures if username is already taken
Passwords over 6 characters
Goes to login
Save game/score
Only saves scores that are higher
High score table
orders scores from highest to lowest
brings back top 10 scores
Controls are clear
Logout/game exit
Database
Csharp scripts in game to call PHP scripts
PHP scripts use SQL
use echo for debug
use debug.log for errors
username and score callout
Show data flow diagram
Game
Menu Screens with saved game added
Score needs to save to database
Consistent menu theme
Testing of all new functions
Ensure score works effectivley