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

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.

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.