Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/temporal/cloze-call
Automatically exported from code.google.com/p/cloze-call
https://github.com/temporal/cloze-call
common-lisp game-2d
Last synced: 24 days ago
JSON representation
Automatically exported from code.google.com/p/cloze-call
- Host: GitHub
- URL: https://github.com/temporal/cloze-call
- Owner: TeMPOraL
- Created: 2015-03-13T02:29:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T05:25:39.000Z (over 9 years ago)
- Last Synced: 2023-03-10T19:12:40.566Z (over 1 year ago)
- Topics: common-lisp, game-2d
- Language: Common Lisp
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
================
CLOZE CALL
================
A simple gravity-golf game.Aim with your mouse to set direction and speed of the ball.
Press your left mouse button to fire it.
Try to hit the hole.You have three lives (but the counter is invisible :P).
================Game written in 7 days for 2010 Lisp Game Design Challenge.
Platform: Clozure Common Lisp.
Tested on Windows 7 (32bit).
Used libraries: lispbuilder-sdl, lispbuilder-sdl-gfx,
lispbuilder-sdl-image(C) Jacek Zlydach
http://temporal.pr0.pl/devblogThe game is released on MIT licence.
It was my first Common Lisp project :).Credits and attributions can be found in CREDITS.TXT file.
================
LAUNCHING THE GAME
================
First, you need to have lispbuilder-sdl, lispbuilder-sdl-gfx
and lispbuilder-sdl-image installed. Load them in your REPL.Then change working directory to ClozeCall dir and:
(load "cloze-call.lisp")
(trc.cloze-call:run-game)Known issues:
* Sometimes instead of loading the REPL reports missing
method. Just try to re-load it.