raulvillares / 3sacrowd

Tic-Tac-Toe puzzle using plain javascript :video_game:
https://raulvillares.github.io/3sacrowd/index.html
35 stars 69 forks source link

add medals #26

Closed michaelkoska closed 7 years ago

michaelkoska commented 7 years ago

Added silver and gold medals

michaelkoska commented 7 years ago

Alright, I think I fixed a lot of the issues. I had a big misunderstanding on the medals. I have not set specific level requirements yet, because I wanted to finish the logic so if anyone wanted to start on movement or time specifics, they could fill in that part. As it stands, the medals are still a generic time and need to be replaced with a level const. If no one else sets specific level requirements, then I can follow up with another commit. I'm also wondering if some refactoring or shifting the medal logic to a new file might be needed.