codex-blackboard
codex-blackboard copied to clipboard
Meteor app for coordinating solving for our MIT Mystery Hunt team
From the wrap-up thread. Consider something to replace our homegrown solution. Strict requirements: * Embed in the blackboard * Its own mobile app (Android and iOS) * Works for team...
The return value of getImageData is an instance of ImageData (https://developer.mozilla.org/en-US/docs/Web/API/ImageData) which doesn't have an array access operation, at least in the standard. You have to access its 'data' member....
It doesn't detect Chrome on windows (at least) as supporting emojis natively, and the color emoji font it tries to install don't work on Windows and supersedes the regular font...
The breadcrumbs should remember where you've been, so if you go from a puzzle chat back to the main blackboard, the path to that puzzle is still visible and you...
Pretty timestamps are great if the thing happened the same day, but if the hunt spills into Sunday or Monday, it's not clear which 12PM something happened. We should add...
Glyphicons doesn't have a good copy icon, so unless you want to install octicons or something,we're stuck with 'file'. Fixes #263 Fixes #278
The pages for infrequently used rooms probably end up containing way too many unrelated messages. Shard the messages collection by room name to ensure watched sets stay small.