Gemmified

Presentation

This website presents a clone of the popular Diamond Mine game. More information on the game history can be found on Wikipedia.

Screenshots

Screenshot 1

Install

Requirements

  • C compiler (gcc for example)
  • For graphical interface : the SDL library

Unix/Linux

cd /tmp wget http://abygaelle.guillaume-fr.net/svn/tarball/gemmes.tar.bz2 tar fxj gemmes.tar.bz2 cd gemmes make SDL=1

Note: If you want the console version, type 'make' instead of 'make SDL=1'

Then, just type ./gemmes to start the game.

Windows

Binary package:

Download this zip file, extract it in a new folder and start gemmmes.exe.

From sources:

With the MinGW Minimal SYStem (msys) :

Download the last sources then type in the msys shell:

tar fxj gemmes.tar.bz2 cd gemmes make SDL=1 WIN_PORT=1

Note: If you want the console version, type 'make WIN_PORT=1' instead of 'make SDL=1 WIN_PORT=1'

Then, just type ./gemmes.exe to start the game (or double click on gemmes.exe).





Attachments