namelessvoid / qrwar

:european_castle: Pen&Paper like quad ruled war game.
MIT License
6 stars 0 forks source link

DeployWindow & BoardWidget code cleanup #44

Closed namelessvoid closed 7 years ago

namelessvoid commented 11 years ago

Move placeEntity() and moveUnit() from DeployWindow into the BoardWidget. This could need major code restructoring because of the DeployWindow has to know how many units both player have (placed).

Also add methods to get the in DeployWindow selected Unit / Terrain type have to be implemented.

namelessvoid commented 7 years ago

No longer required when game states have been introduced.