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.
- Versions: 1.6.5
- Website: https://www.solarus-games.org/
- Licenses: CC-BY-SA 3.0 · CC-BY-SA 4.0 · GPL 3
- Package source: gnu/packages/games.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]