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

solarus

Lightweight game engine for Action-RPGs

Solarus is a 2D game engine written in C++, that can run games scripted in Lua. It has been designed with 16-bit classic Action-RPGs in mind.

Installation

Install the latest version of solarus as follows:

guix install solarus

Or install a particular version:

guix install solarus@1.6.5

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 solarus about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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