Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Gesche 39a877ad10
redirect from start page to writing/
il y a 3 ans
documentation refactor: remove unnecessary toplevel folder il y a 3 ans
stories redirect from start page to writing/ il y a 3 ans
writingtogether refactor: remove unnecessary toplevel folder il y a 3 ans
.gitignore gitignore: fix ignore il y a 3 ans
README.md refactor: remove unnecessary toplevel folder il y a 3 ans
manage.py refactor: remove unnecessary toplevel folder il y a 3 ans
requirements.txt refactor: remove unnecessary toplevel folder il y a 3 ans

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
  • add login page and make login required

Backlog

  • Create Wizzard for StoryRound including custom Ordering