https://github.com/devcrossnet/text-adventures
This is a demo how to use the quaire-library to create text based adventures.
https://github.com/devcrossnet/text-adventures
Last synced: 6 months ago
JSON representation
This is a demo how to use the quaire-library to create text based adventures.
- Host: GitHub
- URL: https://github.com/devcrossnet/text-adventures
- Owner: devCrossNet
- License: mit
- Created: 2021-07-01T22:20:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T00:17:36.000Z (over 4 years ago)
- Last Synced: 2025-07-04T16:41:18.692Z (6 months ago)
- Language: Vue
- Homepage: https://boring-raman-d3a49a.netlify.app
- Size: 524 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Adventures [WIP]
> A collection of open-source text based adventures
This is a demo how to use the [quaire-library](https://github.com/devCrossNet/quaire) to create text based adventures.
**_Fell free to create pull-requests with your very own Game story!_**
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).