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.
http://poker.nexoft.ru/index.html
Note that sessions expire over time.
-
Download release archive from Releases page. Unpack it.
-
Run commands:
cd poker-release java -jar http-shared-storage-1.0.jar -P 8080 -s poker
-
Point your browser to
http://localhost:8080/index.html
The project is built on Angular 5. It uses http-shared-storage backend to store session data.
Yaroslav Stavnichiy yarosla@gmail.com