CS 111 - Introduction to Computer Science
Homework #7


Due: Friday 10/16 at the beginning of class

1. Average Pig Turns:  In file AveragePigTurns.java, implement this specificationNote: You'll want to copy your PigSolitaireGame.java code as a starting point.

2. Two-Computer-Player Pig: In file PigComputerGame.java, implement this specificationNote: You'll want to copy your PigSolitaireGame.java code as a starting point.

3. Pig First Player Advantage: In file PigAdvantage.java, implement this specificationNote: You'll want to copy your PigComputerGame.java code as a starting point.