Go to file
Allanis 2b3852c25b [Fix] Guess who found out the correct spelling of armour!
-- find . -iname \*.c -exec sed -i -e "s/armor/armour/g" {} \;
2013-02-15 02:18:09 +00:00
bin [Remove] Blunder. 2013-02-14 21:34:01 +00:00
dat [Add] Rudimentary screenshots. 2013-02-14 19:29:26 +00:00
gfx [Add Gui's NAV and WEAPON monitors are now utilised. 2013-02-13 18:57:44 +00:00
lib/lua [Add] Lua library to project. 2013-02-08 12:28:01 +00:00
scripts/ai [Add] A few more AI calls. 2013-02-10 18:32:02 +00:00
src [Fix] Guess who found out the correct spelling of armour! 2013-02-15 02:18:09 +00:00
utils [Fix] mkspr was not linking libpng. 2013-02-15 00:59:43 +02:00
.gitignore [Add] Rudimentary screenshots. 2013-02-14 19:29:26 +00:00
README [Add] 'f' key to face target. 2013-02-14 20:52:24 +00:00

Lephisto : SaraCraft Studio's

Overview:
~~~~~~~~~
Lephisto was the first game project I worked on. I have decided to start a new project and as originally planned when
ceasing work on the original, re-use the name!

Dependencies:
~~~~~~~~~~~~~
OpenGL
SDL
sdl_image
freetype2
libpng

Compiling:
~~~~~~~~~~

----------------------
-- Linux.
  -- cd Lephisto/bin/
  -- make
----------------------

Instalation:
~~~~~~~~~~~~~
Installation is not currently supported.

Bugs/Crashes and problems:
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please visit the bug tracker https://github.com/Allanis/Lephisto/issues?state=open
and report any issues that you are having. Please ensure that your bug has not
already been documented before posting.

Instructions:
~~~~~~~~~~~~~
Keys:
  Movement:
    -- w : Accelerate.
    -- a : Left.
    -- d : Right.
    
  Combat:
    -- Space : Primary weapons.
    -- Tab   : Target.
    -- 'r'   : Target closest hostile ship.
    -- 'f'   : Faces the target.
    -- 'b'   : Board the target.

  GUI:
    -- UP   : Zoom in.
    -- DOWN : Zoom out.
    -- F12  : Take a screenshot.

--------------------------------
Developers:
  Allanis

Contributors:
  KonoM - AKA Tamir.
--------------------------------