root/trunk/guisterax/README

Revision 36, 1.1 kB (checked in by charlie137, 11 months ago)

Added Rotating font

Line 
1 GUISTERAX 0.4
2
3 Code, graphics and sound by Guillaume 'Charlie' Chereau (charlie137@gmail.com)
4
5 ABOUT :
6     Guisterax is a small yet fun to play game written in the D language
7     It is largely inspired by the classic asteroid game.
8    
9     The goal of the game is to shoot at asteroids to break them into smaller parts until they disappear.
10     You can also collect gold and use it to buy upgrades for you space ship.   
11    
12 CONTROL :
13     Use the arrows to move the ship,
14     and space to fire.
15     Escape at any time quit the game
16    
17 COMPILE:
18     To compile the game under linux, type 'make' (you need gdc in your binary path.)
19     Under windows, the only easy way I know is to use mingw32
20    
21     I also now added a few other target in the make file, so you can try :
22     make dmd            // compile with dmd instead of gdc
23     make mingw          // compile with gdc under mingw
24     make debug          // compile in debug mode
25    
26     There is also a dsss.conf file, so if you use dsss, just type :
27     dsss build
28    
29 CONTACT:
30     Email         : charlie137@gmail.com
31     Check my blog : charlie137.blogspot.com
32    
Note: See TracBrowser for help on using the browser.