Card Game
This is a simple card game, in which you win by trying to match all the cards, while trying to get as much points as you can. When flipping two cards, if they're a match, you gain a point and they remain flipped. Otherwise, the cards are automatically flipped back. There is a single player and two player mode.
NOTE!
If you chose mistmatching cards, wait for them to flip back before clicking additional cards. Also, the "All" option is a little buggy.
Getting Started
Winodws Setup
Install chocolatey. Then, open a command prompt as an Admin and run the following command:
choco install meteor
Once installed, git pull, or download, this project and navigate to where you it was downloaded. Then, run the following command:
meteor
or
meteor run
You can then view the app by going to your localhost:3000
OSX / Linux Setup
Run the following command in your terminal
curl https://install.meteor.com/ | sh
Once installed, git pull, or download, this project and navigate to where you it was downloaded. Then, run the following command:
meteor
or
meteor run
You can then view the app by going to your localhost:3000
Log in or sign up for Devpost to join the conversation.