Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 648 Bytes

File metadata and controls

21 lines (15 loc) · 648 Bytes

♠️ Crazy Eights - CLI Edition 🃏

A command-line version of the classic card game Crazy Eights, developed for the ICS4U course.


📚 About

This is a C++ implementation of Crazy Eights where you play against a basic AI opponent. It features:

  • A shuffled deck
  • Card matching by suit or face
  • Special handling for eights (wild cards)

🕹️ How to Play

  1. Run the program in your terminal.
  2. You and the AI are dealt 5 cards.
  3. Take turns playing a card that matches either the suit or the face of the top card.
  4. Playing an Eight lets you choose a new suit.
  5. First player to run out of cards wins!