an interactive storytelling game built with Nuxt.js, where players take turns to craft a narrative based on a randomly selected symbol
Go to file
2023-11-02 21:00:31 +01:00
assets add more symbols from fontawesome 2023-10-30 16:57:15 +01:00
layouts make screens more mobile compatible 2023-11-02 21:00:31 +01:00
pages make screens more mobile compatible 2023-11-02 21:00:31 +01:00
static add more symbols from fontawesome 2023-10-30 16:57:15 +01:00
store add more symbols from fontawesome 2023-10-30 16:57:15 +01:00
.editorconfig init repo 2023-10-29 21:25:36 +01:00
.eslintrc.js init repo 2023-10-29 21:25:36 +01:00
.gitignore init repo 2023-10-29 21:25:36 +01:00
.prettierignore init repo 2023-10-29 21:25:36 +01:00
.prettierrc init repo 2023-10-29 21:25:36 +01:00
jsconfig.json init repo 2023-10-29 21:25:36 +01:00
nuxt.config.js enhance nuxt config for better static generation 2023-10-30 18:17:01 +01:00
package.json init repo 2023-10-29 21:25:36 +01:00
README.md add screenshot to readme 2023-10-30 18:04:20 +01:00
screenshot.png add screenshot to readme 2023-10-30 18:04:20 +01:00
yarn.lock add more symbols from fontawesome 2023-10-30 16:57:15 +01:00

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.

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 device

Future 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:

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.

Enjoy spinning tales!