Add a couple TODOs

This commit is contained in:
Dave Burke
2022-03-02 22:20:41 -06:00
parent 58fd32823e
commit a8d2e12597
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
// TODO fill out the javadoc for this class
public class Player {
private int playerNumber; // e.g. playerNumber = 1 means "this is Player 1"