Skip to content

Play Crazy Eights; a classic card game, at the command-line against a really good computer opponent.

Notifications You must be signed in to change notification settings

mykisscool/crazy-eights-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crazy Eights

Play Crazy Eights against the computer via the command-line. Good luck.

javac src/*.java && cd src/ && java Game

Or ....

Give it a try in your browser!!! Good luck!

Screenshots

Starting a new game

Screenshot 1

Game over

Screenshot 2

TODO
  1. Implement different "wild cards" based on command line arguments
  2. Better AI
  3. Use the correct card nomenclature (not type, value, etc.)
  4. Tests

About

Play Crazy Eights; a classic card game, at the command-line against a really good computer opponent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages