TeMPOraL / Demiurg

A point&click adventure game in Common Lisp, written for Global Game Jam 2011.

Home Page:https://temporal.itch.io/demiurg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demiurg

A point&click psychodelic adventure written for Global Game Jam 2011. Rated 2nd place on Krakjam 2011 (local edition of GGJ).

Screenshots

press/media2.png

press/media.png

Installation

Go to project page on itch.io or to Global Game Jam Archive to download assets. Put the assets in gfx/ and sfx/ directories, as appropriate.

Grab a Common Lisp implementation (like SBCL or CCL), and install Quicklisp. With Quicklisp installed, and with Lisp’s working directory set to the source folder of this game, execute the following code in your REPL.

(ql:quickload '(:lispbuilder-sdl :lispbuilder-sdl-gfx :lispbuilder-sdl-image :cl-opengl :cl-openal))
(load "main.lisp")
(run-game)

Authors

About

A point&click adventure game in Common Lisp, written for Global Game Jam 2011.

https://temporal.itch.io/demiurg


Languages

Language:Common Lisp 100.0%