carsonlloyd / Clueue2020

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

Gameboard GUI #50

Closed stsnyde closed 4 years ago

stsnyde commented 4 years ago

GUI gameboard with characters. created home squares for starting game. Need to still update movement on gameboard

stsnyde commented 4 years ago

Main.py • Initplayers – used for sending player choice messages and processing selected choice on start menu o Need third value in Message.send_character_choice o Need send_id for Message.send-charaacter_unavail

Board.py • Boardgame for starting game in init (puts in homesquares) – have added valid moves to room.py and movements for home squares. So could originate in squares and first turn is just moving out of homesquares • Movement in updatePlayerLocationsonBoard o Hopefully lines up on board. Should take 150 on x axis and 105 on y axis to move between rooms/hallways o Assumes that player variable is ‘G’, ‘W’, ‘M’, etc.