This app is build using MeteorJS which runs on nodejs. The frotnend is in ReactJS and database is mongoDB. To start the app on your compueter, you will need to install meteor.
Make sure you have meteor installed on your computer.
- Go to the project folder.
- Run
meteor npm install
- Then run
meteor update
- Finally run
meteor
to start the app
- For first time users look for signup/login option on the top left of the page.
- After signing in start playing the game by draging and dropping the cards in appropriate containers
- You can logout by clicking on the option on top left of the page. The game is saved before logout
- After the game is finished, you will have the option to restart the game by clicking on the restart button.