Demiurg
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
- Marta Dettlaff - drawing
- David Antczak - animation
- Piotr Zyla - sound
- Jacek Złydach (i.e. me) - code
Status | Released |
Release date | Jan 29, 2011 |
Author | TeMPOraL |
Genre | Adventure |
Tags | Point & Click, psychedelic |
Code license | MIT License |
Average session | A few minutes |
Inputs | Mouse |
Links | Source code |
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.