Acey Deucey assignment

From WLCS
Revision as of 09:22, 1 December 2015 by Admin (talk | contribs) (Created page with "=== Objective(s) === * You will implement the card game Acey Deucey * You will design and implement Java classes * You will analyze the rules and design the flow of your game ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Objective(s)

  • You will implement the card game Acey Deucey
  • You will design and implement Java classes
  • You will analyze the rules and design the flow of your game

Resource(s)

Direction(s)

  1. Use the Card class that we designed and implemented in class
  2. Use the Deck class that we designed and implemented in class
  3. Write all the comments for the flow of the program (i.e. outline how your program will run in comments)
  4. Implement the game in the main class