Cards.io is an open-source game-engine written for implementing multi-player card-based games.
Currently, cards.io
supports the following games:
- Literature
- Install Node.js
- Install node package manager(npm)
- Clone the repository -
git clone https://github.com/NavenAllen/frontend.cards.io
- Go to the project directory -
cd frontend.cards.io
- Install dependencies -
npm install
- Run the start script -
npm run start
- Cards.io is now served at
http://localhost:3000/
If you think you've found a bug, or something isn't behaving the way you think it should, please raise an issue on GitHub.
All contributions are welcome! We strive to maintain a welcoming and collaborative community. Have a look at the contributing guidelines, and go ahead!