• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autom4te.cache/H23-Nov-2007-13,85212,469

data/H23-Nov-2007-20,77620,480

src/H23-Nov-2007-18,06510,777

AUTHORSH A D18-Jun-2007504 2014

BUGSH A D15-Jun-200772 72

COPYINGH A D05-Oct-200314.8 KiB281237

ChangeLogH A D22-Nov-20074.4 KiB178144

DoxyfileH A D05-Oct-20036.2 KiB175174

INSTALLH A D15-Jun-2007414 2012

Makefile.amH A D15-Jun-2007100 93

Makefile.inH A D23-Nov-200718.3 KiB598520

READMEH A D22-Nov-20071.6 KiB5538

TODOH A D10-Jul-2007387 2014

TechH A D18-Jun-20072.5 KiB13293

aclocal.m4H A D23-Nov-200731.5 KiB875782

autogen.shH A D15-Jun-200789 86

config.h.inH A D23-Nov-20071.5 KiB6241

configureH A D23-Nov-2007176.8 KiB6,2975,121

configure.inH A D22-Nov-20071.8 KiB6852

depcompH A D01-Jan-19700

install-shH A D01-Jan-19700

missingH A D01-Jan-19700

README

1
2     _____ ____ __ ____ __   __ _____ _      __    _
3    /  ___) _  \  ) _  \  ) /  ) __  \ \    / )\  / )
4   /  /_ / /_) / / /_) / /_/  / /__) /  \  / /\ \/ /
5  /  ___)  ___/ /  ___/ __   / ___  / /\ \/ /  \  /
6 /  /__/  / /  /  / /  / /  / /  / / /  \  /   / /
7(______)_/ (__/__/ (__/ (__/_/  (_/_/   (_/   (_/
8
9
10Epiphany is a GPL'ed (free software) multi-platform clone of BoulderDash.
11The player must collect all valuable minerals scattered in levels,
12avoiding being hit by a falling boulder, or (worst :) by a bomb.
13
14
15Current version: 0.7.0
16Tested under Linux and Win32, on i386 systems;
17
18It is a alpha version, but it is playable.
19It uses SDL 1.2 and SDL_mixer 1.2 (http://www.libsdl.org), so make sure it is properly installed
20before compiling Epiphany.
21
22Read "Tech" file for informations about how to write new maps.
23
24If you want to play contributed maps, just launch epiphany with the new map in the command line, e.g.:
25epiphany --map ./mylevel.map
26
27Use:
28epiphany --help
29for other usage information.
30
31In-Game Keys:
32Arrow keys -> move player;
33Space bar -> snap (eat without move);
34P or Pause -> pause game;
35---
36
37You can find Epiphany on:
38Sourceforge:						http://www.sourceforge.net/projects/epiphany
39Savannah:							http://freesoftware.fsf.org/download/epiphany
40Debian binary package:				http://packages.debian.org/epiphany
41
42---
43
44Eric Mangold made a level editor (using python).
45You can find it on epiphany-editor project page, hosted by Berlios:
46[http://developer.berlios.de/projects/epiphany-editor/]
47
48---
49See COPYING for license.
50---
51
52For any comment, bugs, ideas or <whatever you want>, write to:
53Giuseppe D'Aqui' <giuseppe.da@gmail.com>
54
55