diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-14 09:41:27 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-14 09:41:27 +0000 |
commit | 821e88a6d147a13e0e4eca1b0c1c770e3bee3a90 (patch) | |
tree | d8c69e3426d38de9ce7a8d644af7113ac3bb35c6 /doc/ROADMAP | |
parent | ba798aadff9eb8e4ee76911a881a0efa579da4e6 (diff) |
moved documentation
Diffstat (limited to 'doc/ROADMAP')
-rw-r--r-- | doc/ROADMAP | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/ROADMAP b/doc/ROADMAP new file mode 100644 index 0000000..24a3643 --- /dev/null +++ b/doc/ROADMAP @@ -0,0 +1,59 @@ +ROADMAP + +* MILESTONE 1 - version 0.1 + +Description: + The game takes place in a simple solar system with one star, + one planet, one space station and one piece of yet-to-determine + decoration. + + Multiple players can connect to the dedicated server. They can + fly around and see each other. They can use chat to communicate, + they can use private chat or global chat. + +Requires: + Client console + Entities + Ship instances + Network subsystem + Entities + Camera handling + Keyboard bindings + +* MILESTONE 2 - version 0.2 + +Description: + Players can shoot at each other. They can crash into the star + or the planet. Player ships explode on destruction. + +Requires: + Targetting + Events: explosions, weapons fire + Model weapon support + Turret and cannon models + Particle systems + clip brushes and collision detection + +* MILESTONE 3 - version 0.3 + +Description: + Players can dock at the space station and buy a ship or purchase + weapons. + +Requires: + Docking + Docking GUI + +* MILESTONE 4 - version 0.4 + + +* MILESTONE 5 + +.. + + +* Release 1.0 + +Requires: + Stable network protocol + Storyline |