cygni / paintbot

An alternative to Snakebot, inspired by Bomberman's paint mode
MIT License
0 stars 4 forks source link

Client API: Ownership of Tile #49

Open Dr-Horv opened 4 years ago

Dr-Horv commented 4 years ago

Add to the client utils for all clients that it should be easier to check if a tile is coloured and by whom.

Right now you have to loop over all characters, check their coloured positions and see if that matches a tile.