This package browser is in early development. Mind the rough edges.

fheroes2

Turn-based strategy game engine

fheroes2 is an implementation of Heroes of Might and Magic II (aka HOMM2) game engine. It requires assets and game resources to play; it will look for them at ~/.local/share/fheroes2 folder.

Installation

Install the latest version of fheroes2 as follows:

guix install fheroes2

Or install a particular version:

guix install fheroes2@1.1.11

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of fheroes2 about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/fheroes2'><img src='https://packages.guix.gnu.org/packages/fheroes2/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/fheroes2/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/fheroes2)

Example Org:

[[https://packages.guix.gnu.org/packages/fheroes2][https://packages.guix.gnu.org/packages/fheroes2/badges/latest-version.svg]]