Short: Simple Boulderdash clone Author: Giuseppe D'AquƬ, AROS port by submitter Uploader: mrustler gmx de (Matthias Rustler) Type: game/misc Version: 0.7.0 Architecture: i386-aros Epiphany is a multi-platform clone of Boulderdash (a.k.a Emerald Mine on the Amiga) made with SDL library. It compiled nearly out of the box with this script: ../epiphany-0.7.0/configure CC=i386-aros-gcc CXX=i386-aros-g++ --host=i686-aros CPPFLAGS=-g LDFLAGS=-nix --prefix=/PROGDIR --bindir=/PROGDIR --enable-static The LIBS variables in the Makefiles had to be changed so that they only contained -lSDL_mixer -lSDL. Some small modifications to the source code were necessary which have been sent back to the author. Uploaded using: archives.aros-exec.org