Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 863 Bytes

About

Code in this repository are written for demo purposes. No rights reserved.

Note

The css library uses images that might not be free to use, the css library itself is MIT.

Model a game

The game consist of 2 containers on a page.

  1. Put the presentation style 'Game' on a container
  2. Put a Text Field within this container, this will handle the players name of the game (This will be shown when game over)
  3. Put a Number Field within this container, this will handle the score of the game (This won't be visible)
  4. 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.