Allure: Near-future Sci-Fi roguelike and tactical squad game

[ agpl, game, library, program, roguelike ] [ Propose Tags ]
This version is deprecated.

Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad game. Try out the browser version of Allure of the Stars at http://allureofthestars.com/play (It runs fastest on Chrome. Keyboard commands and savefiles are supported only on recent enough versions of browsers. Mouse should work everywhere.)

Please see the changelog file for recent improvements and the issue tracker for short-term plans. Long term goals are high replayability and auto-balancing through procedural content generation and persistent content modification based on player behaviour. Contributions are welcome.

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)
Change log CHANGELOG.md
Dependencies async (>=2), base (>=4 && <99), containers (>=0.5.3.0), enummapset-th (>=0.6.0.0), filepath (>=1.2.0.1), LambdaHack (>=0.6.1.0 && <0.6.2.0), random (>=1.1), template-haskell (>=2.6), text (>=0.11.2.3), zlib (>=0.5.3.1) [details]
License AGPL-3.0-only
Author Andres Loeh, Mikolaj Konarski and others
Maintainer Mikolaj Konarski <mikolaj.konarski@funktory.com>
Category Game
Home page http://allureofthestars.com
Bug tracker http://github.com/AllureOfTheStars/Allure/issues
Source repo head: git clone git://github.com/AllureOfTheStars/Allure.git
Uploaded by MikolajKonarski at 2017-09-07T19:52:44Z
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 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]
All reported builds failed as of 2017-09-07 [all 2 reports]

Readme for Allure-0.6.1.0

[back to package description]

Allure of the Stars

Build Status Hackage Join the chat at https://gitter.im/AllureOfTheStars/Allure

Allure of the Stars6 is a near-future Sci-Fi roguelike2 and tactical squad game. Try out the browser version of the LambdaHack sample game at http://allureofthestars.com/play! (It runs fastest on Chrome. Keyboard commands and savefiles are supported only on recent enough versions of browsers. Mouse should work everywhere.)

gameplay screenshot

Please see the changelog file for recent improvements and the issue tracker for short-term plans. Long term goals are high replayability and auto-balancing through procedural content generation and persistent content modification based on player behaviour. Contributions are welcome.

The game is written in Haskell1 using the LambdaHack 10 roguelike game engine. Long-term goals of the project are high replayability and auto-balancing through procedural content generation and persistent content modification based on player behaviour.

Game installation from binary archives

The game runs rather slowly in the browser (fastest on Chrome) and you are limited to only one font, though it's scalable. Keyboard input and saving game progress requires recent enough version of a browser (but mouse input is enough to play the game). Also, savefiles are prone to corruption on the browser, e.g., when it's closed while the game is still saving progress (which takes a long time). Hence, after trying out the game, you may prefer to use a native binary for your architecture, if it exists.

Pre-compiled game binaries for some platforms are available through the release page11 and from AppVeyor (Windows 32bit17 and Windows 64bit18; note that these no longer work on Windows XP, since Cygwin and MSYS2 dropped support for XP). To use a pre-compiled binary archive, unpack it and run the executable in the unpacked directory.

On Linux, make sure you have the SDL2 libraries suite installed on your system (e.g., libsdl2, libsdl2-ttf). For Windows, the SDL2 and all other needed libraries are already contained in the game's binary archive.

Screen and keyboard configuration

The game UI can be configured via a config file. A file with the default settings, the same that is built into the binary, is in GameDefinition/config.ui.default. When the game is run for the first time, the file is copied to the default user data folder, which is ~/.Allure/ on Linux, C:\Users\<username>\AppData\Roaming\Allure\ (or C:\Documents And Settings\user\Application Data\Allure\ or something else altogether) on Windows, and in RMB menu, under Inspect/Application/Local Storage when run inside the Chrome browser.

Screen font can be changed by editing the config file in the user data folder. For a small game window, the highly optimized bitmap fonts 16x16x.fon, 8x8x.fon and 8x8xb.fon are the best, but for larger window sizes or if you require international characters (e.g. to give custom names to player characters), a modern scalable font supplied with the game is the only option. The game window automatically scales according to the specified font size. Display on SDL2 and in the browser is superior to all the other frontends, due to custom square font and less intrusive ways of highlighting interesting squares.

If you don't have a numeric keypad, you can use mouse or laptop keys (uk8o79jl) for movement or you can enable the Vi keys (aka roguelike keys) in the config file. If numeric keypad doesn't work, toggling the Num Lock key sometimes helps. If running with the Shift key and keypad keys doesn't work, try Control key instead. The game is fully playable with mouse only, as well as with keyboard only, but the most efficient combination for some players is mouse for go-to, inspecting, and aiming at distant positions and keyboard for everything else.

If you are using a terminal frontend, numeric keypad may not work correctly depending on versions of the libraries, terminfo and terminal emulators. Toggling the Num Lock key may help. The curses frontend is not fully supported due to the limitations of the curses library. With the vty frontend started in an xterm, Control-keypad keys for running seem to work OK, but on rxvt they do not. The commands that require pressing Control and Shift together won't work either, but fortunately they are not crucial to gameplay.

Compilation from source

If you want to compile native binaries from the source code, use Cabal (already a part of your OS distribution, or available within The Haskell Platform7), which also takes care of all the dependencies.

The recommended frontend is based on SDL2, so you need the SDL2 libraries for your OS. On Linux, remember to install the -dev versions as well, e.g., libsdl2-dev and libsdl2-ttf-dev on Ubuntu Linux 16.04. (Compilation to Javascript for the browser is more complicated and requires the ghcjs15 compiler and optionally the Google Closure Compiler16 as well. See the Makefile for more details.)

The latest official version of the game can be downloaded, compiled for SDL2 and installed automatically by Cabal from Hackage3 as follows

cabal update
cabal install Allure --force-reinstalls

For a newer version, install a matching LambdaHack library snapshot from a development branch, download the game source from github5 and run cabal install from the main directory.

Testing and debugging

The Makefile contains many sample test commands. Numerous tests that use the screensaver game modes (AI vs. AI) and the teletype frontend are gathered in make test. Of these, travis runs test-travis on each push to github. Test commands with prefix frontend start AI vs. AI games with the standard, user-friendly frontend.

Run Allure --help to see a brief description of all debug options. Of these, --sniffIn and --sniffOut are very useful (though verbose and initially cryptic), for monitoring the traffic between clients and the server. Some options in the config file may prove useful too, though they mostly overlap with commandline options (and will be totally merged at some point).

Further information

For more information, visit the wiki4 and see PLAYING.md, CREDITS and LICENSE.

Have fun!

Copyright (c) 2008--2011 Andres Loeh, 2010--2017 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/.