raulvillares / 3sacrowd

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

Medal labels #31

Closed RubyRubenstahl closed 6 years ago

RubyRubenstahl commented 6 years ago

Added labels to the medals feature so the user knows what achievements were reached.

I also abstracted the logic of setting the medal on/off state to a separate function to avoid having to update logic in multiple places.

raulvillares commented 6 years ago

This was a necessary improvement. Love it. Thank you @RubyRubenstahl !