Go to file
Martin Felis e5de3ba244 fixed 1.0.0 version for 2015 2015-06-11 14:01:41 +02:00
CMake initial commit 2010-04-05 23:38:59 +02:00
asteroids fixed 1.0.0 version for 2015 2015-06-11 14:01:41 +02:00
data level corrections from Sir Wolle, minor tweaks 2011-05-08 17:46:20 +02:00
engine fixed 1.0.0 version for 2015 2015-06-11 14:01:41 +02:00
server highscores can now be submitted to and retrieved from a server 2011-03-16 17:03:41 +01:00
.hgignore level corrections from Sir Wolle, minor tweaks 2011-05-08 17:46:20 +02:00
CMakeLists.txt final version 2011-05-08 17:47:17 +02:00
COPYING.txt added README and COPYING file 2011-04-30 15:13:16 +02:00
Doxyfile smaller fixes in the documentation 2010-06-06 01:35:38 +02:00
README.txt added README and COPYING file 2011-04-30 15:13:16 +02:00
asteroids.rc added rocket variables to asteroids.rc 2011-02-13 16:31:46 +01:00
codingstyle.txt initial commit 2010-04-05 23:38:59 +02:00
config.rc fixed 3 major bugs (LineEdit backspace, input crashes, editor button press and editor actions) 2011-01-30 21:43:04 +01:00
depends.txt prepared for debian packaging 2010-12-02 19:56:55 +01:00
fysxasteroids.desktop added missing files 2011-04-30 15:00:58 +02:00
fysxasteroidseditor.desktop added missing files 2011-04-30 15:00:58 +02:00

README.txt

fysxasteroids - A fun and good looking clone of the popular 80s game.
  - programmed by Martin Felis <martin@fysx.org> -

Use the arrow keys to accelerate and turn your ship and shoot the
asteroids by pressing space. But be warned: your ship has no break, so be
careful.

This game also has an optional online highscore mode for which the player
name, points are transmitted to a server.

CREDITS:

 * Programming, Design,
        Sounds, and Graphics
     Martin Felis
   
 * Top Level Designer
     Sir Wolle
    
 * Additional Level Design
     Martin Felis
     NicoKrass
     michi
     Andi
     Sebastian Felis
     Khai-Long Ho Hoang
   
 * Music
     DJad - Space Exploration
   
 * Libraries
     libSDL
     SDL_mixer
     OGLFT
     freetype2
     boost
     libpng
     Aaron D. Gifford's sha2 code
   
 * Tools
     GIMP
     Blender
     CMake
     sfxr-sdl
     Audacity
   
 * Special Thanks
     to my wonderful wife Katrina

Enjoy!
Martin