This serverless application helps you in card based games.
This application is intended to be helpful in various card games, but for now, the main focus is implement for the game Clue/Cluedo and related card guessing games.
You configure your own deck by setting what cards are yours.
If you need to guess a card combination that no one have (like in Cluedo game) the application will help you!
If someone guess a card combination, you inform the application with a probability of being a bluff.
All this data will be considered when helping you guess.
You can also report your peeks, and if you're not sure what the card is you saw, you can select multiple cards and they would be avoided
You can easily configure any game card, add or remove them and share it!
All configurations is saved in URL hash, so you can share or save the config by just copying the URL!
You can configure:
- Available cards in game.
Your current game state is saved at LocalStorage!
npm install -g uglify-js sass
You can suggest a feature that can be helpful to a game in issues tab or create an pull request!
- Add categories to cards
- Card selection separated by categories with
<optgroup>
HTML element
- Card selection separated by categories with
- Suggestion of already informed players at new bet player field
This application is libre licensed over GPL-3