An open API service indexing awesome lists of open source software.

https://github.com/kernelshreyak/color-card-game

A card game with color matching and AI Opponent
https://github.com/kernelshreyak/color-card-game

card-game javascript-game uno vue-game

Last synced: about 2 months ago
JSON representation

A card game with color matching and AI Opponent

Awesome Lists containing this project

README

        

## Color Card Game

A single player color and number matching card game (inspired from UNO) with CPU opponent written in JavaScript.

### Game rules

1. Game starts with 20 random cards for each player.
2. Each card can be Red, Green, Blue, Yellow or Pink and can have a number from 1 to 9.
3. During a turn, play a card matching the color or number of the last played card. If no card can be played this turn, draw a new card and your turn ends.
4. For first turn, the player can play any card
5. Multi-color cards can be played on top of any card which is contained in the multi-color-card. (This feature is not implemented yet)
6. Player with no cards left first wins the game.