ogallagher / refraction

Asynchronous multiplayer semi-turn-based game
Other
1 stars 0 forks source link

Enable playback of old games #4

Closed ogallagher closed 3 years ago

ogallagher commented 3 years ago

Select an old game from history to load it in playback mode (the game knows it’s in playback if this.result != Game.RESULT_UNKNOWN in constructor). When in playback, a play/pause icon shows more prominently when the cursor is closer to the middle of the view, and pauses/resumes on click.

ogallagher commented 3 years ago

Done, though with a lightly simpler interface (play/pause/replay cursor instead of aimer).