jonbullock / poker

Open source implementation of planning poker game (collaborative online estimation/voting tool). Self-contained (server + webapp), can be run in closed intranet environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planning Poker

Open source implementation of planning poker game.

  • The game has three roles: admin, players, observers.
  • Multiple card decks configurable via config.json
  • Self-contained, can be run in closed intranet environments.

Working Service

http://poker.nexoft.ru/index.html

Note that sessions expire over time.

Quick Start

  1. Download release archive from Releases page. Unpack it.

  2. Run commands:

     cd poker-release
     java -jar http-shared-storage-1.0.jar -P 8080 -s poker
    
  3. Point your browser to http://localhost:8080/index.html

Technologies

The project is built on Angular 5. It uses http-shared-storage backend to store session data.

Author

Yaroslav Stavnichiy yarosla@gmail.com

About

Open source implementation of planning poker game (collaborative online estimation/voting tool). Self-contained (server + webapp), can be run in closed intranet environments.


Languages

Language:TypeScript 65.8%Language:CSS 25.4%Language:HTML 6.6%Language:JavaScript 2.2%