0.0.14 • Published 4 years ago

pgmjah-blitz v0.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Blitz README

Blitz is a simple WebApp that can be played over the internet with a video chat, like Zoom. The admin can control when questions begin, and people can press their red button when they know the answer. The admin can see the list of who buzzed in, in the order they hit the button.

So, the admin can then ask the users to answer try and answer the question. If one fails, then the next can have a turn.

Turns can be timed, if desired.

Install/Run

  • Global - npm install -g pgmjah-blitz will install as a global node program. To run: blitz
  • Local - npm install pgmjah-blitz. To run node blitz.js

Run Blitz

Changelog

  • 0.0.14 - Fixed ANOTHER bug with buzz in position.

  • 0.0.13 - Fixed bug with buzz in position.

  • 0.0.12 - Added user's buzz in position to status message.

  • 0.0.11 - Changed order of error checking for username first.

  • 0.0.10 - Removed blitz.config.json...wasn't needed, as server is self configuring.

  • 0.0.9 - Moved git repo to github.

  • 0.0.8 - Fixed some wordings in admin/server.

  • 0.0.7 - Added multi-submit per turn, so users can buzz repeatedly each turn (very dangerous).

  • 0.0.6 - Cleanup.

  • 0.0.5 - Removed server config info...this is a dedicated server for Blitz, not general purpose.

  • 0.0.4 - Updated readme, and also fixed some UI with timing issues, and status.

  • 0.0.3 - Fixed resolving root server context when packaged for standalone running.

  • 0.0.2 - Fixed package.json

  • 0.0.1 - Initial commit.

0.0.14

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago