mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
@@ -1,7 +1,7 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||||
|
|
||||||
# Greed is a dice game where you roll up to five dice to accumulate
|
# Greed is a dice game where you roll up to five dice to accumulate
|
||||||
# points. The following "score" function will be used calculate the
|
# points. The following "score" function will be used to calculate the
|
||||||
# score of a single roll of the dice.
|
# score of a single roll of the dice.
|
||||||
#
|
#
|
||||||
# A greed roll is scored as follows:
|
# A greed roll is scored as follows:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||||
|
|
||||||
# Greed is a dice game where you roll up to five dice to accumulate
|
# Greed is a dice game where you roll up to five dice to accumulate
|
||||||
# points. The following "score" function will be used calculate the
|
# points. The following "score" function will be used to calculate the
|
||||||
# score of a single roll of the dice.
|
# score of a single roll of the dice.
|
||||||
#
|
#
|
||||||
# A greed roll is scored as follows:
|
# A greed roll is scored as follows:
|
||||||
|
|||||||
Reference in New Issue
Block a user