kipraske / web-brogue

Play brogue in a web browser
GNU General Public License v2.0
20 stars 17 forks source link

Allow users to watch recordings #13

Closed kipraske closed 8 years ago

kipraske commented 9 years ago

Shouldn't be too much harder to do with what we already have. We will need to be able to browse the recordings on the server.

flend commented 8 years ago

Each game record in mongodb has a link to the recording, which the interface uses to play the recording. Had to enable anonymous users for this (since they need a way to run brogue to watch the recording)