|
Class Summary |
| BattleShip |
BattleShip Simulator - allows players to test strategy and determine performanc level
Quick Implementation Hints
|
| Board |
Creates Board -
Note board Matrix is public
|
| Coordinates |
Used to check, create and move the board location row,column;
|
| GoForIt |
Main classes used to test your Player class, you may put your main
in your player class or use goForIt. |
| Message |
Used to by battleship simulator to send message to each player,
|
| MessageTemplate |
Message SuperClass used by Battleship to send Message to Players
|
| PerformanceRating |
Performance Rating
Maintains key statistics for singleUserTestMode and headToHead combat
|
| Player |
parent class of all players, requires user to implement makeMove
|
| PlayerDJB |
Palomar Teenage Came in first Place Regulation Contest
Real Name: djb Performance 7.22 |
| PlayerGM |
Combat Name: Palomar College Hall of Framer
Real Name: Greg Messer
Performanc Rating 4.79
|
| PlayerGM1 |
Combat Name: Palomar College Hall of Framer Enhanced Performance 10.54
Real Name: Greg Messer
|
| PlayerSkills |
Performance rating is set by battleship simulator right after singleUserTest Mode
|
| PlayerTMD0 |
Combat name Linear Real Name Tom DeDonno Performance 4.54
|
| PlayerTMD1 |
Combat name: Random Real Name Tom DeDonno Performance -60 |
| PlayerTMD2 |
Combat name enhanced random player Real Name:Tom DeDonno
Performance 7.5
|
| PlayerTMD3 |
Combat name: Ace in the Hole Real name: Tom DeDonno
performance rating of 11.3
|
| PlayerTMD4 |
Combat name Linear Enhanced (Similiar to Palomar Strategy)
Performance level 8.79 |
| PrintSuperClass |
Base abstract class of all most battleship classes
|
| SeriesRating |
Link List Keeps Track of HeadToHead Combat Wins, Loss, Players
|
| Ships |
Used to create and maintain ships at sea. |
| VitalStatistics |
Contains Vital Statistics on Player
|