Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qubist/qog
My first text based adventure game: Quest for the Ojeran Gemerald
https://github.com/qubist/qog
game text-based-adventure text-based-game
Last synced: about 1 month ago
JSON representation
My first text based adventure game: Quest for the Ojeran Gemerald
- Host: GitHub
- URL: https://github.com/qubist/qog
- Owner: qubist
- Created: 2013-02-16T01:09:35.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T02:09:25.000Z (over 3 years ago)
- Last Synced: 2024-10-09T15:42:59.213Z (2 months ago)
- Topics: game, text-based-adventure, text-based-game
- Language: Clojure
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quest for the Ojeran Gemerald
My first text based adventure game in which you, an adventurer, explore the depths of a dangerous dungeon in order to find the fabled Ojeran Gemerald.
Inspired by the good old (and I mean *old*) text based game, *Zork*
## Background
I built this game in 2013 as part of my ClojureScript website back then: "The Nebula". In 2021, inspired by my new website's URL [will.quest](https://will.quest), I updated the game to run more easily in the command-line and also created a [Replit](https://replit.com/@qubist/qog) so it can be played online.
Playing with a pad of paper and a pencil nearby might be helpful.
## Play online
You can now play Quest for the Ojeran Gemerald online on [Replit](https://replit.com/@qubist/qog).
1. Go to https://replit.com/@qubist/qog and click "Run". It can take a really long time to load but it should work.
Game instructions are provided on launch.
## Install and play locally
1. Clone this repo
2. Install [Clojure](https://clojure.org/guides/getting_started) and [Leiningen](https://leiningen.org/#install)From the `qog` directory, use Leiningen to start the game:
```bash
lein run
```Game instructions are provided on launch.
## License
Distributed under the Eclipse Public License, the same as Clojure.