moving files around a bit

This commit is contained in:
Joe O'Brien
2009-01-26 12:11:46 -05:00
parent b4e4d37cb5
commit 7d59878eaa
36 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# EXTRA CREDIT:
#
# Create a program that will play the Greed Game.
# Rules for the game are in GREED_RULES.TXT.
#
# You already have a DiceSet class and score function you can use.
# Write a player class and a Game class to complete the project. This
# is a free form assignment, so approach it however you desire.