https://github.com/davidchalifoux/adventure
Play the original Colossal Cave text adventure game in your browser! You can also use voice commands and text-to-speech.
https://github.com/davidchalifoux/adventure
advent adventure cave colossal game text
Last synced: over 1 year ago
JSON representation
Play the original Colossal Cave text adventure game in your browser! You can also use voice commands and text-to-speech.
- Host: GitHub
- URL: https://github.com/davidchalifoux/adventure
- Owner: davidchalifoux
- License: mit
- Created: 2021-12-06T00:39:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T09:29:12.000Z (over 3 years ago)
- Last Synced: 2025-03-19T20:41:18.006Z (over 1 year ago)
- Topics: advent, adventure, cave, colossal, game, text
- Language: Vue
- Homepage: https://adventure.chalifoux.dev/
- Size: 3.81 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colossal Cave Adventure

Play the original [Colossal Cave](https://en.wikipedia.org/wiki/Colossal_Cave_Adventure) text adventure game in your browser! You can also use voice commands and text-to-speech. Special thanks to [@raydog](https://github.com/raydog) for his [Node.js port](https://github.com/raydog/adventure.js).
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).