https://github.com/gaborvecsei/termstimation-planning-poker
https://github.com/gaborvecsei/termstimation-planning-poker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaborvecsei/termstimation-planning-poker
- Owner: gaborvecsei
- Created: 2023-10-11T21:51:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T14:22:38.000Z (over 2 years ago)
- Last Synced: 2024-12-29T17:16:57.208Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TermStimation - (Multiplayer) Planning-Poker in the terminal
> Term(inal E)stimation
No client app is needed, only `ssh`/`telnet`.
A quick and dirty approach, so you don't have to use external apps and search the web for a
registration-free lightweight tool.
What can you do with this? Have rounds of blind estimations - nothing more nothing less
https://github.com/gaborvecsei/TermStimation-Planning-Poker/assets/18753533/b2581c17-842e-4b8b-830c-11d68c7b452e
## Usage
- `pythons server.py --port 2222`
- Start the server anywhere that can be accessed by everyone in your team
- `telnet 2222`
Different roles & actions:
- **Host user** - can be anyone who creates a new room (a unique room name that is not allocated already)
- The host user has an extra action during estimation:
- `terminate`: this will terminate the room
- **Normal user** - anyone who joins an already existing room
- During estimation there is an extra command with which the suer can leave the room: `bye` or `exit`