Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 17 years ago

Last modified 16 years ago

#234 closed PPS_project

Spaceship steering — at Version 1

Reported by: landauf Owned by: nobody
Priority: minor Milestone: Version 0.1 Codename: Arcturus
Component: Control Version: 0.1.0
Keywords: Cc:
Referenced By: References:

Description (last modified by bknecht)

Introduction

The specialty of a space ship is its steering. Implement the space ship class and its steering.

Goal

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".

Implementation

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. Implement an interface to make the spaceship controllable by human input, AI and scripts alike.

Change History (2)

Changed 17 years ago by bknecht

comment:1 Changed 17 years ago by bknecht

  • Description modified (diff)
Note: See TracTickets for help on using tickets.