Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buntine/MoonDweller
A text-based adventure. You will definitely die.
https://github.com/buntine/MoonDweller
comedy retrogaming text text-based-adventure
Last synced: 7 days ago
JSON representation
A text-based adventure. You will definitely die.
- Host: GitHub
- URL: https://github.com/buntine/MoonDweller
- Owner: buntine
- License: gpl-2.0
- Created: 2015-05-23T08:07:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T08:47:47.000Z (about 5 years ago)
- Last Synced: 2024-08-01T03:40:53.449Z (3 months ago)
- Topics: comedy, retrogaming, text, text-based-adventure
- Language: Clojure
- Homepage: http://moondweller.io
- Size: 3.18 MB
- Stars: 67
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Moon Dweller](/resources/public/images/heading.png?raw=true "Moon Dweller")
MOON DWELLER: A text-based adventure in your web browser.
**You've woken abruptly in a small, silver-walled room with no windows. There is a door to the east. What will you do? The choice is yours...**
[PLAY IT NOW AT moondweller.io](http://moondweller.io/).
Type `help` in the game if you get stuck!
## History
This is a re-imagining of [Medieval Alien Massacre](https://github.com/buntine/Medieval-Alien-Massacre/), a text-based game I wrote back in 2010 in Clojure. I've ported it to ClojureScript here so it can run in the browser.
## Running locally
$ lein cljsbuild once
$ lein ring server-headless## Notes
- Type the `help` command in gameplay for some tips and instructions.
- You can `save` and `load` at any time. It uses localStorage and supports only one save slot.
- Inspired by Dunnet, by Rob Schnell (`$ emacs -batch -l dunnet`).This project is dedicated to the memory of my friend, Adam Hillier.
## License
Copyright © 2015 Andrew Buntine (http://bunts.io)
Distributed under the GNU GPL. See the LICENSE file.