Please enable JavaScript.
Coggle requires JavaScript to display documents.
splitting up the database - Coggle Diagram
splitting up the database
Create a game that produce high scores
I created a game where the player has to shoot as many balls as they can in 30 secs
Sign up to google fire base
sign up on the website and create a data base
connect to the data base
just copy some lines of code into my game
Read from the database
be able to access data from the database on the program
write to the database
prompt the user into giving thier email and score
the email and core will be console logged and stored in the fire base
Design database structure
lay out the data base so it is ready to store more data
prompt the user for more data, such as their profession, gender etc.
Implement the structure
add the prompts to the game
design the interface / implement interface
make it so there are buttons that let the user choose if they want their score to be uploaded to the database
make it so the game only starts after they have answered the necessary questions
Test everything
make sure the data from the prompts is written to the database
check the game still works