Animonstre is a roguelike in which you fight wild magical beasts with those you have caught. Your main goal is to catch the legendary rainbow peacock at the bottom of the dungeon and to exit the dungeon with it.
The game could be seen as a Pokémon-like played in a roguelike world.
Animonstre is coded in Scheme (guile), using libtcod for the user interface. To use libtcod from scheme, I wrote a guile module wrapping libtcod, guile-tcod. Currently, guile-tcod is an incomplete wrapper for libtcod : only functions related to user interface (colors, console, keyboard, mouse) are available.
See the README provided with Animonstres to know the key bindings.
In Animonstres, currently :
- the dungeon is one-way : on each level, there is only one (up/down)stairs to go to the next level
- the levels are generated upon entrance
- there are 10 different beast species : the legendary peacock and 3 base species (rat, dog, snake) combined with 3 magic colors (fire, thunder, poison).
- the player starts with one (non-legendary) beast randomly choosen
- there is no item to use, you only interact with the wild beasts on the map and those you have caught
- beasts possess abilities (move / spell). When you bump into a wild beast, a default ability dealing damages is used. You have access to the other abilities with the key [z]. The abilities have various effects (descriptions are provided for each abilities).
- the player character uses one beast as the "current beast" taking all damages dealt by wild beasts defining what abilities can be used (in fact, you play as the current beast, not the player character, apart when you try to catch beasts or when the current beast is dead)
- when your current beast is killed, you should switch the current beast unless you want to quickly end the game.
- switching beast is a free action (takes no turn)
- if you want, you can give a name to the beasts you have caught ([%] to show all the beasts you have, then [r] on the beast you want to give a name)
- scores are not recorded into an highscore list and only increase when you catch beasts.
You will find the two projects on gitorious :
http://gitorious.org/animonstreshttp://gitorious.org/guile-tcodLinks to the tarballs :
Animonstres v0.1 :
http://gitorious.org/animonstres/animonstres/archive-tarball/v0.1guile-tcod v0.1 :
http://gitorious.org/guile-tcod/guile-tcod/archive-tarball/v0.1I only have an x86_64 ArchLinux on my computer and I don't know if guile-tcod (and thus Animonstres) works on other Linux distros or other OS. You may have to compile guile 2.0, libtcod 1.5.1 and guile-tcod to play Animonstres.
For those using ArchLinux, I have put on AUR the PKGBUILDs for guile-tcod and animonstres.