Hey,
So I'm working on a small TicTacToe application over the holidays to improve some of my skills. I have a two layered approach right now where there is a project for the presnetation and a project for the business end of the game.
My question is what is the best way for the State.cs class to tell the WinUI that we have had nine turns and there is no winner or to tell that yes there is a winner after each move?
The easiest thing I can think of would be to raise a custom event and have the WinUI listen for it?
My source is on Google Code. I've just checked it in so you can take a quick browse.
Classes of interest for this question would probably be state.cs and Form1.cs.
If you have any other suggestions for my code/design I'm all ears!!
Cheers,
Mike