nilswx / strik

Mobile multiplayer word game with cocos2D
2 stars 0 forks source link

Timeline news messages #70

Open matthijn opened 10 years ago

matthijn commented 10 years ago

Adding timeline news message to the timeline (e.g we have reached x players, or something related would be nice).

Perhaps when Strik is super duper populair you could have "sponsored" messages.

nilswx commented 10 years ago

We can make the client send GET_NEWS to get NEWS message, containing all news items. (Most recent first) The news messages are the same for everyone.

Maybe we can serve them as generated static JSON content over HTTP?

Every news message has:

Show them all in the timeline, kinda between the other items. (But with higher priority)

matthijn commented 10 years ago

Yeah, expand is not an option for now. The GridNode does not support that at the moment. So like 2 liners would be it for now.