Hello,

I am looking for source code for board games like Life, Sorry, Monopoly, or Risk (or similar turn-based games with a static game board). Specifically, I am trying to figure out how to develop the "board" part of a board game. I am familiar with using a QWidget and its paintEvent() function. I've used that to display a Tic-Tac-Toe board. But I am not sure if using this method is appropriate for a board game that has more complex tiles and tokens and interactions.

I have been looking at QT Graphics View framework; but I have not been able to relate the examples to what I am trying to accomplish. I was hoping there might be QT code out there for a finished board game like the ones I've mentioned above; but it there is, it's well hidden, because I haven't found any after several Google search attempts.