blob: 0b6a9195b981a8e9d362aad7813d625dfd5810b4 (
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
35
36
37
38
39
|
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
math\ mathematical classes
sys\ low-level system functions
filesystem\ virtual filesystem
core\ game-independent core classes
game\ game-specific functions
server\ osiriond dedicated server
gl\ OpenGL wrapper library
client\ osirion client
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.
Copyright 2007-2008
Ingar <ingar@telenet.be>
|