diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 8ae6ffc..2b8fa14 100644 --- a/doc/index.html +++ b/doc/index.html @@ -15,9 +15,13 @@ The Osirion project is a game engine in the early stages of development. It's written in C++ and uses SDL, OpenGL, OpenAL and zlib. With this project I want to get some insight in the involved - technologies and game develpment in general. -</p> - + technologies and game development in general. +<p> + The goal is to create an engine that uses common file formats and a game world that is easy to edit. + In other words, you should not have to be a rocket scientist to create something yourself. +<p> + World data is loaded from plain text .ini files, object models are loaded from quake2-style .map files. + Support files for GtkRadiant 1.5 are included with the game data. <H2> Project::OSiRiON </H2> @@ -48,6 +52,9 @@ <li>Administrator manual <li>Developer manual </ul> + <ul> + <LI><a href="license.html">License</a> + </ul> </p> <h2> |