![]() |
CS 111 - Introduction to Computer Science
Homework #7 |
1. Average Pig Turns: In file
AveragePigTurns.java, implement this
specification. Note: You'll want to copy your PigSolitaireGame.java
code as a starting point.
2. Two-Computer-Player Pig: In file PigComputerGame.java,
implement this
specification. Note: You'll want to copy your PigSolitaireGame.java
code as a starting point.
3. Pig First Player Advantage: In file PigAdvantage.java,
implement this
specification. Note: You'll want to copy your PigComputerGame.java
code as a starting point.