sbcl-trial
Common Lisp game engine
Trial is a game engine written in Common Lisp. Unlike many other engines, it is meant to be more of a loose connection of components that can be fit together as required by any particular game.
- Versions: 1.2.0-2.db4e98e
- Website: https://github.com/Shirakumo/trial
- Licenses: Zlib
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sbcl-trial
as follows:
guix install sbcl-trial
Or install a particular version:
guix install sbcl-trial@1.2.0-2.db4e98e
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 sbcl-trial about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sbcl-trial'><img src='https://packages.guix.gnu.org/packages/sbcl-trial/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/sbcl-trial)
Example Org:
[[https://packages.guix.gnu.org/packages/sbcl-trial][https://packages.guix.gnu.org/packages/sbcl-trial/badges/latest-version.svg]]