opencodenitr / hephaestus

A repository for small automation/crazy/game projects by the OpenCode
Apache License 2.0
6 stars 9 forks source link

Add high score functionality in game #21

Closed 007vedant closed 3 years ago

007vedant commented 3 years ago
  1. saving and displaying top 3 high-scores
  2. displayed via a button in the main menu (under development
  3. any suitable logic for calculating high scores can be used. (preferably an easy mathematical function with inputs as -
    1. number of enemy ships destroyed
    2. the number of waves survived.
FukurouMakoto commented 3 years ago

Could I take a crack at this?

007vedant commented 3 years ago

@FukurouMakoto Glad to assign this issue to you. 👍

007vedant commented 3 years ago

via #25