acruzpdx / memory_withjQuery

Memory game built using Javascript and jQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory_plainJavascript

Memory game built using just Javascript.

Click on the squares to flip them over. Matching pairs are removed. Game continues until all squares are matched. Initial version was refactored into a MVC design. The view controls the UI (display changes, clicks, etc) and the game object controls the game play (initialization, restart, matches and game progress). The Model is actually an array within the game controller.

About

Memory game built using Javascript and jQuery


Languages

Language:JavaScript 48.5%Language:CSS 31.2%Language:HTML 20.3%