Skip to content
Thomas Kowaliczek edited this page Jan 15, 2016 · 1 revision


This class has the two children classes:

  • pirates
  • traders

The AI class ships

This class should have all methods that are used in general for AI supported ships, like driveAroundRadomly. This class should represent all basic features of a ship, which are used for every ship.

Methods that this class should have:

  • create_ship
  • load
  • save
  • load_ship_states
  • get_ship_count
  • send_ship_random
...

category:ships

Clone this wiki locally