An online version of the popular cards game Cards Against Humanity
See a live version of the app here.
Above: A example of the game being played
-
Make sure that you have MongoDB installed correctly and running on your machine
mongod
-
Serve the application with
grunt
grunt serve
To run the test suite, run the following command:
grunt test
-
Clone the repository
git clone https://github.com/hugomarcotte/PAH
-
Install dependencies
npm install # installs node packages bower install # installs bower dependencies
Note: If you encounter errors in the installation process for npm, it is recommended that you try running the install command with sudo
- Add animation
- Create private games
- Build another game using the same platform
- Minor UI misalignments on smaller phones