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