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.
- Host: GitHub
- URL: https://github.com/temporal/demiurg
- Owner: TeMPOraL
- Created: 2011-02-10T15:57:40.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T12:50:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T14:55:05.324Z (5 months ago)
- Topics: adventure-game, common-lisp, point-and-click
- Language: Common Lisp
- Homepage: https://temporal.itch.io/demiurg
- Size: 2.43 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Demiurg
#+startup: hidestarsA 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