Sudoku 2.0 – Introduction
First, let me apologize for taking forever to follow up on the Sudoku article I wrote a while back. I always intended to actually complete the game and I never got back to it. Finding the time to keep up with a blog is much more difficult than I initially imagined. I have made a New Years resolution to attempt to do much better this time around. I figured I would start with the Sudoku articles, which appear to get the most hits.
I am still using Silverlight but the biggest initially change is that I am not going to bother dynamically creating the Grid this time around. The first artile, which I should have up in a couple days, will cover the board itself. I am almost finished designing it in Expression Blend 3. I have the main board and the minigrid control designed. I just need to finish up the inidivudal cells. Once this is all done I will move the XAML over to Visual Studio to wire-up with code.
Thanks for your patience, I promise I will have it up and running soon.