An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Colossal Cave Adventure

Preview

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).