Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game with database - Coggle Diagram
Game with database
Documentation
look at impacts of your game and the data
security of data
show data tables
pseudocode needs to be annotated
ten A3 pages including annotated code
main focus of documentation is the data transfer
2 minute video of high score table functioning
ensure proforma is detailed
include annotated screenshots
evaluate against your prescribed and self-determined criteria
Database
username and score collected
use echo for debug
use C-sharp scripts in game to call php scripts
php scripts use SQL to query database
debug log use for error reporting
show data flow diagram
User Aspects
register a new user
goes straight to login page
passwords over 6 characters only
do not allow repeat username
save game
only saves scores which are the highest user has ever gotten
login facility
takes the user to the game menu
logout/game exit
see high score table
sorts the scores in descending order highest to lowest
returns only top ten scores
Game
ensure scoring works effectively
consistency in screen views and menus
score needs to save to database
testing of all new screens
Menus
useability
consistent in design
tested