Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game with database - Coggle Diagram
Game with database
documentation
the main focus of documentation is the data transfer
ten A3 pages including annotated code
2 min video of high score table functioning
ensure proforma is detailed
presudocode needs to be annotaied
include annotated screenshots
show data tables
evaluated against your prescribed self determined criteria
look at imacts of your game and data/game
security of data
refrences
database
use c sharp scripts in game to call php scripts
php scripts use SQL
ehco for debug
debug.log used for error reporting
username and scores collected
show data low diagram
user aspects
register new user
do not allow repeat usernames
passwords over 6 characters only
goes streight to login page
login facility
save game
only saves scores that are higher for user
see high score
sorts the score in descending order highest to lowest
returns only top scores
logout of game and exit
game
menu screens with save game added
score needs to be saved to database
consistant menus
testing off all new screens
ensure scoring works effectivally