C#, XNA, and 8 Queens
I spent some time this weekend learning some C# and getting working a
bit with the XNA framework. I implemented a solution for the 8 Queens
problem in C++, then ported that class to C#. After getting that working
in Windows, I started moving it to the Xbox.
It works there with little issue, but, as expected, writing to
system.console doesn't produce useful output. My next step is to get
some sort of graphical representation of the chessboard displayed with
the solution set.
writebacks...
trackback
TrackBack ping me at:
http://www.rainysoul.net/~mforde/blog/index.pl.trackback
comment...