Skip to content

Karlosian/crazyEights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♠️ 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!

About

C++ Crazy Eights card game recreation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors