What if each player controlled a character that they could move around the screen, as well as the chat interface?
Use your knowledge of key-value views to track the x/y coordinates of each player. Choose a message type for these messages; we suggest
{
type: 'player-movement',
x: Number,
y: Number
}
feed.key.toString('hex')
as a key!)Once you solve this exercise continue to exercise 16