A card matching game (based of "Concentration"). The rules are simple: you may flip over two cards at once. If they match, they stay flipped up. If they do not, they are flipped back down. There are a number of cards on the field. Goal: Flip them all as quickly as possible.
- index.html: The page that holds the game and imports the required .js files in the necessary order.
- card.png: Spritesheet containing all the necessary cards.
- game.js: Holds the primary game functions.
- core.js: Holds major object creating functions and sprites, which game.js depends on.