Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game with database - Coggle Diagram
Game with database
documentation
main focus of documentation is in the data transfer
ten A3 pages including annotated code
2 minuet video of high score table functioning
ensure proforma is detailed
pseudocode needs to be annotated
show data tables
security of data
reference
look at impacts of your game data
include annotated screenshots
database
use csharp scripts in game to call php scripts
php scripts use SQL
use echo for debug
debug.log for error reporting
username and scores collected
show data flow diagram
game
menu screens with saved game added
score needs to save to the database
consistent menus
testing of all new scenes
ensure scoring works
User aspects
login facility
takes the user to the next scene
register a new user
do not allow repeated uername
passwords over 6 characters only
goes straight to login
save game
logout/game exit
only saves scores which are higher for the user
see high score table
sorts the scores in descending order highest to lowest
returns only top ten scores