Remove koans directory from source control.
[ruby_koans.git] / koans / about_extra_credit.rb
diff --git a/koans/about_extra_credit.rb b/koans/about_extra_credit.rb
deleted file mode 100644 (file)
index 5012edf..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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.