Project 1 PowerPoint PPT Presentation

presentation player overlay
1 / 4
About This Presentation
Transcript and Presenter's Notes

Title: Project 1


1
Project 1
  • Blackjack simulation
  • write a class named Blackjack
  • implements logic associated with card game
  • Graphics interface provided

2
Project 1
  • Requirements
  • Use ArrayList objects to represent the player and
    dealer's cards and the deck.
  • Use the shuffle method of the java.util.Collection
    s class to perform the data shuffling.
  • Use the shuffle method that takes a list followed
    by a Random object
  • Random randomGenerator new Random(seed)
  • Collections.shuffle(list, randomGenerator)

3
Project 1
  • Open project
  • Due Friday 6pm
  • Full description of project
  • http//www.cs.umd.edu/class/fall2005/cmsc132/Proje
    cts/p1/p1.html

4
Project 1
  • For CVS repository in Eclipse
  • User
  • cs132xxx
  • Host
  • linuxlab.cs.umd.edu
  • Repository path
  • /afs/csic.umd.edu/users/nelson/cvs132Fall05/cs132x
    xx
  • (where xxx is a 3 digit number from your linuxlab
    account)
  • Detailed setup directions at
  • http//www.cs.umd.edu/class/fall2005/cmsc132/Eclip
    seTutorial/cvs.html
Write a Comment
User Comments (0)
About PowerShow.com