From the introduction
Greed is a game for two players. On each of their ten turns, the players throw the dice and add the result to their scores. Players may throw the dice as many times as they like but if the first result of the turn is repeated, their score for that turn is zero.
This program plays at varying skill levels. It plays the best at level 100 (average score about 300) and the worst at level 0 (average score about 150).
Good luck!
User summary
Greed as written by Ronald G. Ragsdale and published as type-in source code in Creative Computing Vol. 5, No. 6, June 1979. It is noted as similar to NOTONE (and was submitted to the same competition).