Code in this repository are written for demo purposes. No rights reserved.
The css library uses images that might not be free to use, the css library itself is MIT.
The game consist of 2 containers on a page.
- Put the presentation style 'Game' on a container
- Put a Text Field within this container, this will handle the players name of the game (This will be shown when game over)
- Put a Number Field within this container, this will handle the score of the game (This won't be visible)
- Put a Button within this container, this button will handle a continue event
Note: Name or presentation styles of the fields and button are not relevant, only type must match
Playfield
Put anything on a page as long it's outside the 'Game' container but on the same page.
Buttons and text-fields are collidable objects.