Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of Ticket #234


Ignore:
Timestamp:
Oct 14, 2007, 6:14:14 PM (17 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #234 – Description

    initial v1  
    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)]]
     4The specialty of a space ship is its steering. Implement the space ship class and its steering.
     5
     6== Goal ==
     7
     8Write 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
     12The 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.
    213Implement an interface to make the spaceship controllable by human input, AI and scripts alike.