Allure: Near-future roguelike game in early development

[ agpl, game, library, program, roguelike ] [ Propose Tags ]

This is an alpha pre-release of Allure of the Stars, a near-future Sci-Fi roguelike and tactical squad game. Long term goals are high replayability and auto-balancing through procedural content generation and persistent content modification based on player behaviour.

The game is based (for the time being, as a fork) on the LambdaHack roguelike game engine available at http://hackage.haskell.org/package/Allure.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
curses

enable curses support

Disabled
vty

enable vty support

Disabled
std

enable stdin/stdout support

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.6, 0.4.6.5, 0.4.8, 0.4.9.0, 0.4.10, 0.4.10.5, 0.4.12, 0.4.14, 0.4.99.0, 0.4.100.0, 0.4.101.1, 0.5.0.0, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.7.0.0, 0.7.1.0, 0.8.0.0, 0.8.1.0, 0.8.1.1, 0.8.1.2, 0.8.3.0, 0.9.3.0, 0.9.3.1, 0.9.3.2, 0.9.3.3, 0.9.4.0, 0.9.4.1, 0.9.5.0, 0.10.2.0, 0.10.3.0, 0.11.0.0 (info)
Dependencies array (>=0.3.0.3 && <1), base (>=4 && <5), binary (>=0.5.0.2 && <1), bytestring (>=0.9.2 && <1), ConfigFile (>=1.1.1 && <2), containers (>=0.4.1 && <1), directory (>=1.1.0.1 && <2), filepath (>=1.2.0.1 && <2), gtk (>=0.12.1 && <0.13), hscurses (>=1.4.1 && <2), mtl (>=2.0.1 && <3), old-time (>=1.0.0.7 && <2), random (>=1.0.1 && <2), template-haskell (>=2.6 && <3), transformers (>=0.2.2 && <1), vty (>=4.7.0.6), zlib (>=0.5.3.1 && <1) [details]
License BSD-3-Clause
Author Andres Loeh, Mikolaj Konarski and others
Maintainer Mikolaj Konarski <mikolaj.konarski@funktory.com>
Category Game
Home page http://github.com/Mikolaj/Allure
Bug tracker http://github.com/Mikolaj/Allure/issues
Source repo head: git clone git://github.com/Mikolaj/Allure.git
Uploaded by MikolajKonarski at 2011-11-11T22:39:58Z
Distributions Arch:0.11.0.0, Debian:0.9.5.0, LTSHaskell:0.11.0.0, NixOS:0.11.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables BotAllure, Allure
Downloads 27164 total (89 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 8 reports]

Readme for Allure-0.4.2

[back to package description]

Allure of the Stars

This is an alpha pre-release of Allure of the Stars, a near-future Sci-Fi [roguelike] 1 and tactical squad game. Long-term goals are high replayability and auto-balancing through procedural content generation and persistent content modification based on player behaviour. The game is written in [Haskell] 2 and based on the [LambdaHack roguelike engine] 3.

Compilation and installation

The game is best compiled and installed via Cabal, which also takes care of all dependencies. The latest official version of the game can be downloaded automatically by Cabal from [Hackage] 4 as follows

cabal install Allure

For a more current snapshot, download the source from [github] 5 and run Cabal from the main directory

cabal install

The best frontend (keyboard support and colours) is gtk, but if needed, you may try one of the terminal frontends with, e.g,

cabal install -fvty

To use a crude bot for testing the game, you have to compile with the standard input/output frontend, as follows

cabal install -fstd

and run the bot, for example, in the following way

BotAllure 42 20000000 | Allure > /tmp/log

You may wish to tweak the game configuration file to let the bot play longer, e.g., by making the dungeon much deeper, as in the supplied config.bot.

Savegame directory

If you don't want Allure of the Stars to write to the current directory, create a personal savegame directory (on Linux it's ~/.Allure/). and copy the scores file there. You may also want to copy the configuration file src/config.default to ~/.Allure/config and modify it, but be careful changing gameplay options --- they can easily unbalance or break the game.

Further information

For more information, visit the wiki at https://github.com/Mikolaj/Allure/wiki and see the files PLAYING.md, CREDITS and LICENSE.

Have fun!