Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game with database - Coggle Diagram
Game with database
Documentation
Main focus for documentation is data transfer
ten A3 pages including annotated code
2 minute video of high score table working
Ensure proforma is detailed
pseudocode is annotated
include annotated screenshots
show data tables
evaluate against prescribed and self determined criteria
look at impacts of game and data
security of data
References
Database
use c sharp scripts in game to call php scripts
php scripts use SQL
use echo for debug
debug.log used for error reporting
usernames nd scores collected
sow data flow diagram
Game
menu screens with save game added
Score needs to save to database
Consistent menu
Testing all new screens
ensure scoring works effectively
careful test of all screens
User aspects
Login facility
Takes user to game menu
register new user
Do not allow repeat username
passwords over 6 characters only
Goes straight to login
Save game
Only saves scores that are higher for user
see high score table
sorts scores into descending order highest to owest
returns only top 10 scores
logout/game exit