c# - Need suggestions for developing Scrabble like game in WPF -


I want to develop a game like Scrabble in WPF for which I need some suggestions

for visuals : 1. What control can be used to represent (let's say 9x 9) matrix? During the execution of each cell, it will need its ability to know its status all the time with an ID.

    How do I assign different visual properties to cell matrix?

  1. Do I need something like base layers for base boards and tiles?

For argument: 4 How to know about validating a word and its surrounding potential words?

Please advise. CodePlex is a complete solution here:

html>