Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Welcome to guisterax

Project Status

Development appears to have stalled after changeset [58] on 2009-07-14.

Project Information

Nameguisterax
CategoryGames
Status4 - Beta
Short DescriptionMaelstrom inspired game
Long DescriptionThis is a space ship game. You have to shoot at asteroids to break them into smaller parts until they finally disappear. You can collect gold and upgrade your space ship with it.
Forumhttp://www.dsource.org/forums/viewforum.php?f=171
Home Page

About

Guisterax is a small arcade game similar to the old asteroid. All the graphics have been done with blender.

Have fun ! And don't forget to put a comment in the forum

Guillaume Chéreau
my blog

Installation

Under windows you can get the game there
For linux you can get it there

A much better way is to retrieve the last version of the sources from svn with this command:

  svn co http://svn.dsource.org/projects/guisterax/trunk/guisterax/

To compile under linux you need to have gdc installed, then from guisterax directory type :

  make

If you prefer using dmd instead of gdc, you can type :

  make dmd

If you use dsss, you can type (this should work under windows too, but I haven't try yet):

  dsss build

If you are under a mingw environment with gdc, you can type :

  make mingw

Game play

Use the left, right, and up arrow keys to move the ship. Space bar to fire.

Between each waves you can buy upgrades to your ship.

Attachments