carsonlloyd / Clueue2020

GNU General Public License v3.0
0 stars 0 forks source link

Board updates - move to Board class? #41

Closed carsonlloyd closed 4 years ago

carsonlloyd commented 4 years ago

https://github.com/carsonlloyd/Clueue2020/blob/9ab5312a884158698107eb11a86bdc2b542b100e/main.py#L192

Should we put these types of messages inside the movePlayer and updatePlayerPos functions, in the Board class? That way they would happen automatically on any move.

AmmonHepworth commented 4 years ago

That would probably be a good decision, I support. We can move it into movePlayer if we want

carsonlloyd commented 4 years ago

Okay sounds good -- note this would include sending messages from inside the Board class - we're okay with that?