Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game with database - Coggle Diagram
Game with database
Documentation
2 minute video of high score table functioning
ensure proforma is detailed
main foucs of documentation is the dta transder
include annoted screenshots
ten A3 including annotated code
evaluate against your prescribed and self determined criteria
pseudocode needs to be annotaed
references
show data tables
security of data
look at impacts of your game/data
Database
Username and scores collected
Use csharp scripts in game to call php scripts
Use echo for debug
php scripts use SQL to query database
debug.log use for error reporting
Show data flow diagram
User aspects
logout/game exit
login facility
takes the user to the game menu
Register a new user
Goes straight to login page
do not allow repeat username
passwords over 6 characters only
save game
only saves scores which are higher for user
see high score table
Sorts the scores in decending order
Returns only top 10 scores
Game
ensure scoring works effectively
testing of all new screens
Score needs to save to database
Consistency in screen views and menus
Menus
tested
thematic
consistent design
Usabilit