blob: 6f75ff317f92a6ae6fad572715f0101255fce454 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
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.
Read INSTALL for Installation instructions.
Controls
space bar: switch camera between free mode and tracking mode
left/right/up/down arrow keys: rotate camera in free mode
keypad left/right: turn the ship left/right
keypad +/-: increase/decrease thrust
Organization of the distribution
src/ C++ source code
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.
Ingar <ingar@telenet.be>
|