user customizable game replay playback speed #134
Replies: 3 comments 5 replies
-
Today's your lucky day @bcambl! We've recently started to work on this very feature. An initial version was released today incognito Board - v1.1.1 You're welcome to test it out and provide feedback. I'd love to get more input as we develop this. It's not accessible via the UI yet, but you can get there using the browser dev tools by adding the new /settings route to a game page: You can also manually set the Board Settings are a high priority task for me, so you should be seeing more development in this area coming soon. This is our first mockup (which includes a slider). Feel free to offer up your comments and suggestions. You can also poke around my PR/commits to investigate the code. I added a slider initially but it was too clunky and needs more TLC, so in the meantime I added a select so we have some more time to polish the slider: BattlesnakeOfficial/board@dc40d4c |
Beta Was this translation helpful? Give feedback.
-
Just thought I'd keep you updated on the board settings progress. My latest PR includes a change that will allow you to properly navigate to the settings view: BattlesnakeOfficial/board#42 |
Beta Was this translation helpful? Give feedback.
-
Hi @bcambl, this has been fixed and deployed in our latest version: https://github.com/BattlesnakeOfficial/board/releases/tag/1.2.0 You can read about the Playback Settings in our latest blog announcement. Thanks for opening this feature request. |
Beta Was this translation helpful? Give feedback.
-
I noticed recently that the playback speed has been increased. I am unsure if this was a planned change, but thought it would be a nice feature to allow users to configure the playback speed of the replays.
Perhaps a 1x/2x/4x option or a slider. Either on a per-game basis on the UI or at the profile level.
Beta Was this translation helpful? Give feedback.
All reactions