User Tools

Site Tools


notes:data:dice_management

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:data:dice_management [2010/11/20 02:57] ccarpe10notes:data:dice_management [2010/11/27 01:40] (current) bwilson3
Line 1: Line 1:
  
 +
 +===  begin_roll() ===
 +^ Function ^ Parameter ^ Return Value |
 +| to determine who goes first - person or computer |  none  |  bool  |
 +<code c++>
 +Dice_management::begin_roll();
 +</code>
 +
 +===  checkForDoubles() ===
 +^ Function ^ Parameter ^ Return Value |
 +| test to see if doubles are rolled  |  none  |  void  |
 +
 +===  remove_move() ===
 +^ Function ^ Parameter ^ Return Value |
 +| keeps track of dice used |  int  |  bool  |