Pig the dice game: Difference between revisions

m
Line 103:
 
Now, to actually '''play''' the game, we need a procedure Play_Pig. Mainly, we derive a
class Hand from the class Actor to implement manualmanually playing the game.
 
<lang Ada>with Pig, Ada.Text_IO;
Anonymous user