geschichten/stories
Gesche cd427ad974 modify url patterns to show steps in rounds; add views for that + html template 2021-04-19 00:21:40 +02:00
..
documentation add plan for MVP and add mockup 2021-04-18 22:56:25 +02:00
stories add first views, a bit html and urls 2021-03-31 01:15:49 +02:00
writingtogether modify url patterns to show steps in rounds; add views for that + html template 2021-04-19 00:21:40 +02:00
README.md add plan for MVP and add mockup 2021-04-18 22:56:25 +02:00
manage.py inital commit including first models 2021-03-30 21:25:52 +02:00
requirements.txt add requirements file 2021-03-31 01:16:10 +02:00

README.md

Description

This is a small multiplayer game.

Each player starts a story by writing a sentence. Then the story is passed to the next player. Each player only sees the last sentence and writes a sentence to continue the story. After a predefined number of rounds the game is finished. The resulting stories are presented to all players.

Installation

pip install -r requrements.txt

Usage

python manage.py migrate python manage.py runserver

Technical Overview

To start a game a StoryRound is started. Participants are added, and an ordering of Participants is selected and a .

To start every Participant gets a Story and starts it with a sentence (StoryPart). Then the story is passed to the next Participant according to the ordering.

MVP Plan

Mockup

  • Create Form to start a StoryRound (with forced alphabetical ordering)
  • Build Sentence writing page
  • Build result view
  • include open and past round links in start page

Backlog

  • Create Wizzard for StoryRound including custom Ordering