bil-bas / flipped

Tool to view and manipulate flip-books created by the game Sleep Is Death (http://sleepisdeath.net).
spooner.github.com/utilities/flipped
GNU General Public License v3.0
7 stars 0 forks source link

Allow the player to monitor and broadcast a flip-book as created #20

Closed bil-bas closed 14 years ago

bil-bas commented 14 years ago

This would:

a) Allow the controller to have a complete copy of the flipbook, as far as it goes (and review it) during play. Also prevents loss of the flip-book if the player disconnects.

b) Allow spectators to watch the book being written.

Probably easiest to have this use the same port as SiD, since this saves the player from opening yet another port (and they probably have it open from controlling anyway).

bil-bas commented 14 years ago

Have written a client/server for this, but not attempted to integrate it into the gui at all.