Brainstorming 1 - n98hackathon/maGAMEto GitHub Wiki

  • Require a game that works in JavaScript only / no server connection
  • Possible cool thing: Have the game report back to the server after offline mode ends / connection is restored
  • For proof of concept, a simple game can be used, e.g. the sample game from W3C: https://www.w3schools.com/graphics/game_intro.asp
  • Initial task: Find out how/if it is possible to have a Magento be in offline mode (out of the box?)
  • Option to keep playing, even if the connection is restored (Possible danger: user keeps playing -> he should be shopping!)
  • Option to start the game without offline mode (konami code!)
  • Savegames (browser cache / local storage? OR database (but how do you get the score initially?))
  • highscore list?
    • Show Highscore on Customer detail page?
  • Interface to make the game that will be played configurable
  • Connect Points or Time to the shopping cart rules.