mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Display the boats competing in the race
- Moved displayStartingBoats() and displayFinishingOrder() into the Race class - Display the competing boats when the application starts - #implement
This commit is contained in:
@@ -9,7 +9,6 @@ public class Boat
|
||||
{
|
||||
// The name of the team, this is also the name of the boat
|
||||
private String teamName = null;
|
||||
private boolean finishedRace = false;
|
||||
|
||||
public Boat(String teamName) {
|
||||
this.teamName = teamName;
|
||||
|
||||
Reference in New Issue
Block a user