Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game with data Base - Coggle Diagram
Game with data Base
Documentation
Look at impacts of game/data
Security of Data
Show data tables
pseudocode needs to be anotated
ten A3 pages including annotated code
main focus of documentations is data transfer
2 minutes of video of high score table functioning
ensure proforma is detailed
include annotated screenshots
evaluate against your prescribed and self determined criteria
Data Base
username and scores collected
use echo for debug
use csharp 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
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 the user
see high score table
sorts the scores in descending order highest to lowest
returns only top ten scores
Game
Ensure scoring works effectivly
consistency in screen views and menus
score needs to save to database
Menu
useability
consistent in design
tested
thematic