Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieerwill/tale-spinner
an interactive storytelling game built with Nuxt.js, where players take turns to craft a narrative based on a randomly selected symbol
https://github.com/wieerwill/tale-spinner
Last synced: 6 days ago
JSON representation
an interactive storytelling game built with Nuxt.js, where players take turns to craft a narrative based on a randomly selected symbol
- Host: GitHub
- URL: https://github.com/wieerwill/tale-spinner
- Owner: wieerwill
- Created: 2023-10-30T16:48:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T20:00:35.000Z (about 1 year ago)
- Last Synced: 2023-11-02T21:22:41.388Z (about 1 year ago)
- Language: Vue
- Homepage: https://talespinner.wieerwill.de/
- Size: 2.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tale-Spinner
Tale-Spinner is an interactive storytelling game built with Nuxt.js, where players take turns to craft a narrative based on a randomly selected symbol. The game supports both local and online play, allowing friends to come together and weave imaginative tales.
![](./screenshot.png)
## Features
- **Player Setup**: At the start of the game, players can set the number of participants, turns, and iterations.
- **Symbol Selection**: In each turn, a player triggers a random symbol selection, which is then used as a prompt to continue the story.
- **Story Building**: Players build upon the story iteratively, adding new elements with each symbol.
- **Category Filtering**: Players have the option to filter the symbols based on categories, customizing their gameplay experience.
- **Local Play**: Enjoy the game locally on a single deviceFuture Improvements:
- **Online Play**: play online with friends
- **Playful and Colorful UI**: Engaging user interface with colorful and playful elements to enhance the gaming experience.## Getting Started
Clone the repository and install the dependencies:
```bash
git clone https://github.com/your-username/tale-spinner.git
cd tale-spinner# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```## Contributing
Feel free to fork the project, open a PR, or submit issues for any suggestions, bugs, or feature requests.
For detailed explanation on how things work, check out the NuxtJS [documentation](https://nuxtjs.org).
Enjoy spinning tales!