ComputerScienceHouse / bingehack4

A replacement for bingehack. For information about in-game features and changes:
https://github.com/ComputerScienceHouse/bingehack4/wiki
Other
17 stars 8 forks source link

Implements the binge board. #57

Closed cgonyeo closed 7 years ago

cgonyeo commented 9 years ago

When logged into a server a new option: "binge board" is now presented. Upon opening, it will show people currently playing with their status in the game.

This required changes to the database schema to track additional information about games. Works by polling the database for any non-dead players that have done anything since the binge board was opened.

2015-07-19_13 09 12_scrot

2015-07-19_13 06 47_scrot

2015-07-19_13 07 33_scrot

cgonyeo commented 9 years ago

This had been sitting in limbo for a while, figured I'd finally toss this up for review.

cgonyeo commented 7 years ago

This has so many merge conflicts that I believe it would be better for me to reimplement and make a new PR, so I'm going to close this for now and eventually get back around to making this for a third time.