Difference between revisions of "Acey Deucey assignment"

From WLCS
(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 ==...")
(No difference)

Revision as of 09:22, 1 December 2015

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