A single player color and number matching card game (inspired from UNO) with CPU opponent written in JavaScript.
- Game starts with 20 random cards for each player.
- Each card can be Red, Green, Blue, Yellow or Pink and can have a number from 1 to 9.
- 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.
- For first turn, the player can play any card
- 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)
- Player with no cards left first wins the game.