kipraske / web-brogue

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

Implement Color Dance #40

Open kipraske opened 8 years ago

kipraske commented 8 years ago

Currently there is no dancing colors because of the ridiculous amount of data that would send a game while simply idling. However it would be nice to have so here is a ticket for it.

kipraske commented 8 years ago

It should perhaps be possible to have the server communicate "hey this tile has dancing colors ranging from x to y" and the client just go cycle those while it is idling until the tiles get another update. That would increase the data load a bit which is not what we really should be aiming for here.