Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 20e817975d1a9411b99b0bbc5c5a0c3b > files > 5

hydraslayer-16.1-1.mga5.i586.rpm

Necklace of the Eye 7.6
=======================

Necklace of the Eye (NotEye in short) is a roguelike frontend. It can
modify the output of console and libtcod roguelikes, and it also works
as a library which allows to easily port old ASCII roguelikes like ADOM 
into 21th century. NotEye is a complicated piece of software, and
it is constantly in development, and not documented very well. This README
contains just the basic information; see http://roguetemple.com/z/noteye.php
for many more details.

Under Windows, simply run "noteye.exe".

Hydra Slayer 15.6
=================

Hydra Slayer is a Roguelike game focused on one thing: slaying Hydras. It
is inspired by Greek mythology, Dungeon Crawl, MathRL seven day roguelike,
and some mathematical puzzles about brave heroes slaying many headed beasts.
Hydra Slayer features an original combat system, based on mathematical
puzzles. Again, this README contains just the basic information; see
http://roguetemple.com/z/hydra.php for more information about Hydra Slayer.
You can also start the game and press '?' to get Help, or press 'T' to
start the Tutorial.

Since Hydra Slayer is a flagship roguelike for NotEye, the two are
distributed together.

Under Windows, simply run "hydra.exe". You can also choose Hydra Slayer from
NotEye.

Credits
=======

Necklace of the Eye 7.6 + Hydra Slayer version 15.6
(C) Zeno Rogue 2010-2014

NotEye is distributed under GNU General Public License version 3 or later.
It comes with absolutely no warranty; see the file COPYING for details.

See the files in the "licenses" subdirectory for the licenses of third
party libraries used by NotEye.

See gfx/license.txt and sound/license.txt for information about sources and
licensing of the graphical images and sounds and music, respectively.

Compilation instructions for Linux (Ubuntu)
===========================================

sudo apt-get install libsdl1.2-dev liblua5.1.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libncurses5-dev

Enter the src subdirectory and run "make". This will create the "noteye"
executable. The "hydraslayer" script in the main directory runs NotEye
with options which tell it to run Hydra Slayer immediately (instead of
selecting it from the menu).

You can run "make install" to install both NotEye and Hydra Slayer on
your system (users will share the highscore file for Hydra Slayer).

Alternatively, you can enter the hydra subdirectory and run "make" to
compile the console version of Hydra Slayer. It is also possible to
launch the console version with NotEye's ASCII option, like this:
"./hydraslayer -N --ascii".

Compilation instructions for MinGW
==================================

Execute "make -f Makefile.mgw" in the "src" subdirectory to compile NotEye
and Hydra Slayer.

You can also execute the same command in the "hydra" subdirectory to compile
the console only version of Hydra Slayer.