/ci-simon-memory-game

A simon memory game

Primary LanguageHTML

ci-simon-memory-game

A simon memory game

JavaScript Structure

game { object } newGame() addTurn() showTurns() lightsOn() playerTurn() showScore()

--

game { score - integer currentGame - array playerMoves - array choices - array }