Changeset 26

Show
Ignore:
Timestamp:
12/12/07 05:04:08 (1 year ago)
Author:
charlie137
Message:

Updated the README file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/guisterax/README

    r5 r26  
    11 
    2 GUISTERAX 0.1 
     2GUISTERAX 0.3 
    33 
    44Code, graphics and sound by Guillaume 'Charlie' Chereau (charlie137@gmail.com) 
    55 
    66ABOUT : 
    7     I did this game because I wanted to learn the D language and also the 3D software Blender. 
    8     It took me just a few weeks to get this first version. 
    9     There are still many things to improve on this game. 
     7    Guisterax is a small yet fun to play game written in the D language 
     8    It is largely inspired by the classic asteroid game. 
     9     
     10    The goal of the game is to shoot at asteroids to break them into smaller parts until they disappear. 
     11    You can also collect gold and use it to buy upgrades for you space ship.     
    1012     
    1113CONTROL : 
    1214    Use the arrows to move the ship, 
    1315    and space to fire. 
    14     Escape quit the game 
     16    Escape at any time quit the game 
    1517     
    1618COMPILE: 
     
    1820    Under windows, the only easy way I know is to use mingw32 
    1921     
     22    I also now added a few other target in the make file, so you can try : 
     23    make dmd            // compile with dmd instead of gdc 
     24    make mingw          // compile with gdc under mingw 
     25    make debug          // compile in debug mode 
     26     
     27    There is also a dsss.conf file, so if you use dsss, just type : 
     28    dsss build 
     29     
    2030CONTACT: 
    2131    Email         : charlie137@gmail.com