blob: 91c490affb674aaaede36f572acb53b46b071a1b (
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
|
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
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.
Stijn Buys <stijn.buys@telenet.be>
|