13 lines
411 B
Java
13 lines
411 B
Java
/* Make a dice game */
|
|
/*
|
|
* *****************DiceCup******************************
|
|
* public void updateCredits() - Calls on all bets and removes one credit
|
|
* per play. Only allowed if enough credits.
|
|
*
|
|
*******************GameManager**************************
|
|
* GameManager Class
|
|
* The GameManager will have to control and access the container class,
|
|
* DiceCup.java
|
|
*/
|
|
|