Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2007-10-21 15:15:38 +0000
committerStijn Buys <ingar@osirion.org>2007-10-21 15:15:38 +0000
commitf936192f3689e58f9c72e19dd6f736f6b2449906 (patch)
treee724d26315aad67f3a92bb1df5cbff95782fd2e2 /README
parenta96b108a9b74baaa63cb84da212d725808b91d88 (diff)
Documentation update
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 23 insertions, 8 deletions
diff --git a/README b/README
index db98823..91c490a 100644
--- a/README
+++ b/README
@@ -1,17 +1,32 @@
-The Osirion Project
-This is the Osirion project. I wrote it to get a better grasp on OpenGL
-and to get some C++ practice. Maybe someday, it will be a real game.
+Project::OSiRiON
+
+ This is the Osirion project. I wrote it to get a better grasp on OpenGL
+ and to get some C++ practice. Maybe someday, it will be a real game.
+
+Controls
-Controls:
space bar: switch camera between free mode and tracking mode
- left/right/up/down arrow keys: rotate camera in free mode
+ left/right/up/down arrow keys: rotate camera in free mode
keypad left/right: turn the ship left/right
keypad +/-: increase/decrease thrust
-The program is distributed under the terms and conditions of the
-GNU General Public License version 2.
+Organization of the distribution
+ src/ C++ source code
-Stijn Buys <stijn.buys@telenet.be>
+ client\ osirion client
+ common\ General utility classes
+ game\ Game engine, used by client and server
+ gl\ OpenGL library, used by client
+ server\ osiriond dedicated server
+ data/ Data files
+ base\ main data files
+
+License
+ The program is distributed under the terms and conditions of the
+ GNU General Public License version 2.
+
+
+Stijn Buys <stijn.buys@telenet.be>