Please enable JavaScript.
Coggle requires JavaScript to display documents.
game with database - Coggle Diagram
game with database
documentation
main focus of documentation is the data transfer
ten A3 pages including annotated code
2 minute video of high score table working
ensure proforma is detailed
pseudocode needs to be annotated
include annotated screenshots
evaluate aganist self determined and prescribed critera
security of data
look at impacts of your game/data
game
menu screens with save game added
score needs to be saved to database
consistant menus
ensure scoring works effectivally
testing off all new screens
all screens carefully tested
user aspects
login facility
register a new user
goes straight to login
do not allow repeated username
passwords over 6 characters only
save game
only saves scores that are higher
see high score table
sorts the scores in descending order
log out/game exit
database
use csharp scripts in game to call php scripts
php scripts us sql
use echo for dbug
dbug.log used for error recording
username and scores collected