https://github.com/samdphillips/lgj_2018_10
Lisp Game Jam Fall 2018 attempt
https://github.com/samdphillips/lgj_2018_10
Last synced: 4 months ago
JSON representation
Lisp Game Jam Fall 2018 attempt
- Host: GitHub
- URL: https://github.com/samdphillips/lgj_2018_10
- Owner: samdphillips
- License: gpl-3.0
- Created: 2018-10-21T04:16:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T07:48:40.000Z (over 7 years ago)
- Last Synced: 2025-10-19T21:46:02.962Z (8 months ago)
- Language: Racket
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slimesteroids
**Trapped in space. Surrounded by murderous slimes. Will you survive?
An unfinished Lisp Game Jam submission.**
"- *pshhhspp* - this is the S.S. Ayedeekay -- *sshpss* -- we're being
attacked -- *ssshp* -- some sort of green blob --- *ssshhhsshshshsshshshsssss* "
It was supposed to be a normal supply run to the outer colonies. Out of
nowhere a fast moving green slime overtook your vessel, surrounded it,
and killed all of the crew. You barely made it out into a nimble escape
pod, and now must escape the slimes.
## Requirements
* Racket 6.11 or later
* [lens package](https://github.com/jackfirth/lens)
```shell
raco pkg install lens
```