An open API service indexing awesome lists of open source software.

https://github.com/temporal/demiurg

A point&click adventure game in Common Lisp, written for Global Game Jam 2011.
https://github.com/temporal/demiurg

adventure-game common-lisp point-and-click

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

#+title: Demiurg
#+startup: hidestars

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

* Screenshots

[[file:press/media2.png]]

[[file:press/media.png]]

* Installation

Go to [[https://temporal.itch.io/demiurg][project page on itch.io]] or to [[http://archive.globalgamejam.org/2011/demiurg][Global Game Jam Archive]] to download assets. Put the assets in ~gfx/~ and ~sfx/~ directories, as appropriate.

Grab a Common Lisp implementation (like [[http://www.sbcl.org/][SBCL]] or [[https://ccl.clozure.com/][CCL]]), and install [[https://www.quicklisp.org/beta/][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.

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

* Authors
- [[http://archive.globalgamejam.org/users/sturmmayer][Marta Dettlaff]] - drawing
- [[http://archive.globalgamejam.org/users/madog][David Antczak]] - animation
- [[http://archive.globalgamejam.org/users/piotrzyla][Piotr Zyla]] - sound
- [[http://archive.globalgamejam.org/users/temporal][Jacek Złydach]] - code