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
- Host: GitHub
- URL: https://github.com/kernelshreyak/color-card-game
- Owner: kernelshreyak
- Created: 2022-06-21T13:59:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T10:49:40.000Z (about 2 years ago)
- Last Synced: 2025-02-06T11:57:05.689Z (4 months ago)
- Topics: card-game, javascript-game, uno, vue-game
- Language: Vue
- Homepage: https://color-card-game.vercel.app
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.