Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

I like what you've done ! How do you manage 2players putting a different tile at the same spot ?

Thank you!
The block placement is handled by the server, so if you put a block in a cell and another player at the same time does the same thing in the same cell, the server will handle the block placement request that come first, when the second request is analyzed the grid will already have the space occupied by the first player so the server will send to the client a message to advise that that cell is occupied, and you will not be able to place the block.

Hum could be interesting to have some pointer to share the fact that many ppl are connected and where are they "on the map" and see ppl moving their cursor each tick.

So the feeling of creating something with ppl would be enhanced and you could avoid(or not) crowded zone.