school/java/old/Project/notes/temp-notes.java

13 lines
411 B
Java
Raw Normal View History

2021-02-18 09:36:12 -05:00
/* 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
*/