Reputation: 12843
What are your ideas for designing backgammon board using WPF? may i use picture for board background? how about nuts? thanks all.
Upvotes: 0
Views: 615
Reputation: 881443
My initial idea would be to set up a 15x3 matrix of resizable images. The leftmost and righmost of the 15 would be the inner and outer table sides of the boards and the central one would be the bar.
The three-high dimension would be the middle of the board (no image) with the triangular images when the pieces are placed at top and bottom.
Then I would see how that worked out with resizing. If no good, change it.
I'd make these all the same size except possibly the outer table edge since you don't need to put any pieces there.
Keep in mind that you need:
Perhaps a good move would be to fire up the Windows backgammon game and see how it does it.
Upvotes: 1