Welcome to the Exploding Kitten game! This is an online single-player card game built using React, Redux, Golang, and Redis. The objective of the game is to draw cards from the deck without drawing the Exploding bomb card.
- Start Game: Enter your username and start the game.
- Draw Cards: Click on the deck to draw a card. Keep drawing until you either win by drawing all non-exploding kitten cards or lose by drawing an exploding bomb.
- Win or Lose: If you draw all non-exploding cards, you win! Your win will be recorded in the leaderboard. If you draw an exploding kitten, you lose.
- Frontend: React, Redux, Typescript, Tailwind
- Backend: Golang
- Database: Redis
Frontend: This is the front end repository
Backend: Repository link will be added soon.
The leaderboard records the number of games won by each player. One game won equals one point.