A downloadable game

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

Authors


StatusReleased
Release date Jan 29, 2011
AuthorTeMPOraL
GenreAdventure
TagsPoint & Click, psychedelic
Code licenseMIT License
Average sessionA few minutes
InputsMouse
LinksSource code

Download

Download
gfx.zip 125 MB
Download
sfx.zip 126 MB
Download
src.zip 2 MB

Install instructions

Installation

Grab the assets and put them 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)

Leave a comment

Log in with itch.io to leave a comment.