Allure: Near-future roguelike game in very early and active development

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

This is an alpha release of Allure of the Stars, a near-future Sci-Fi roguelike and tactical squad game. The game is barely fun at this stage and not yet really Sci-Fi. See the wiki for design notes and contribute.

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 using the LambdaHack roguelike game engine available at http://hackage.haskell.org/package/LambdaHack.


[Skip to Readme]

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), LambdaHack (>=0.2.0 && <0.2.1), mtl (>=2.0.1 && <3), old-time (>=1.0.0.7 && <2), random (>=1.0.1 && <2), template-haskell (>=2.6 && <3), zlib (>=0.5.3.1 && <1) [details]
License LicenseRef-OtherLicense
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 2012-02-10T00:09:01Z
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 Allure
Downloads 27337 total (124 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.3

[back to package description]

Allure of the Stars

This is an alpha release of Allure of the Stars, a near-future Sci-Fi [roguelike] 2 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] 1 using the [LambdaHack] 5 roguelike game engine.

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 newer version, install a matching LambdaHack library snapshot from a development branch, download the game source from [github] 3 and run 'cabal install' from the main directory.

Compatibility note

The current code was tested with GHC 7.2.2 and several pre-release versions of GHC 7.4. A [few tweaks] 7 are needed to compile with 7.0 and some more are needed for 6.12.

Further information

For more information, visit the [wiki] 6 and see the files PLAYING.md, CREDITS and LICENSE.

Have fun!

Copyright (c) 2008--2011 Andres Loeh, 2010--2012 Mikolaj Konarski

Allure of the Stars is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program in file LICENSE. If not, see http://www.gnu.org/licenses/.