Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 635 Bytes

todo.md

File metadata and controls

25 lines (21 loc) · 635 Bytes

Prototype Requirement

To Do

  • Load tiles (background) from server
  • Record coordinates from click

Done

  • Load polygons from server

Game Progression

  1. Choose game
  2. Load game from json
  3. Background tiles
  4. Features (polygons, lines or points) with question and answer
  5. Payout function (x,y) => [0,1000]
  6. Shuffle features and draw at most numberOfRounds features
  7. For each feature
  8. Zoom to center
  9. Show question
  10. Count down to zero from guessingDuration in seconds
  11. On click 1. Calculate payout and add to score 2. Mark guess 3. Show feature and answer