maxdevjs / learn-dio-genius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn dio Genius

Codes for Criando seu jogo de memória estilo Genius

Sections

Play the game

maxdevjs.github.io/learn-dio-genius

Resources

jogo-da-memoria-dio

TODO

  • code refactoring
  • fix multiple selection state (previous behavior would prevent from noticing multiple selection of same color): an original code little logic bug would make hard to play if the same color is selected multiple times in a row (would not be easy to discern the sequence) is now (hopefully) fixed. Not sure if it is the optimal solution, but the removing of the .selected class should happen after the class is actually added.

About

License:The Unlicense


Languages

Language:JavaScript 61.0%Language:CSS 23.5%Language:HTML 15.5%