added comments

This commit is contained in:
r bakkes 2021-12-19 14:10:57 +01:00
parent 4d6b176278
commit b9283e8bc5

View File

@ -12,6 +12,13 @@ export class HomePage {
wellnesswheel() { wellnesswheel() {
console.log("komt wellnesswheel game"); console.log("komt wellnesswheel game");
// On click open modal page
// all modal pages have the same style.
// Just de steps differ
// On clicking "start" check if cookie exists
// if it exists ask if the user wants to restart or continue
// otherwise a cookie will be created with the game information
// Than start the game
} }
lifeline() { lifeline() {