dandelany / mrdario

:space_invader: Mr. Dario, a Dr. Mario clone in ES6 http://mrdar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High Scores

dandelany opened this issue · comments

Build an API for tracking high scores on the server... Should there be a global high scores table? Or per level? Or both?

Started local version, one high score table per level, using Redis Sorted Sets

  • Implement websocket singleGameScore API using redis
  • Return top 10 high scores
  • Return rank of your score
  • Show top scores on win page
  • New high scores page - link from home page
  • Test backend deployment on staging server
  • Deploy to live server