donkirkby / zero-play

Teach a computer to play any game.
https://donkirkby.github.io/zero-play/
MIT License
10 stars 1 forks source link

Controls outside graphics view #28

Closed donkirkby closed 4 years ago

donkirkby commented 4 years ago

The main game board should be built in a graphics view, but the surrounding controls to show whose turn it is, how many pieces have been played, and what colour will be played next, should probably be outside the graphics view. That will let a developer use Qt's layout classes, if they want to.