1 | | We need a totally new spaceship class that is able to fly around in 3D space without limitations. Physics shouldn't be too realistic, but it has to feel "right". |
| 1 | == Introduction == |
| 2 | |
| 3 | [[Image(transmitter.jpg, width=270px, border=1, nolink, right)]] |
| 4 | The specialty of a space ship is its steering. Implement the space ship class and its steering. |
| 5 | |
| 6 | == Goal == |
| 7 | |
| 8 | Write a class for the space ship. Focus on the steering. Physics do not have to be too realistic. Think about the space ship to fly around in free space without spacial limitations. Implement a steering which feels "right". |
| 9 | |
| 10 | == Implementation == |
| 11 | |
| 12 | The space ship inherits from a class that loads a model and has stuff like health, armor and energy. There is also already a weapon system implemented, so you do not have to think about that stuff too much. Focus on the implementation of a steering or an interface making it possible to steer the ship from human input, AI or scripts. |