by Vorn Mom
March 18, 2009 15:56
I'm just doing some preliminary design. The game will use a silverlight front-end that ties to a WCF web service which will store the game history in a XML file. I know that I'm going to store the game as a list of moves borrowing from the chess layout and notation.
The XML format will be something like this:
<SilverlightChecker>
<Game ID="1">
<Moves>
<Move>3a-4b<Move>
</Moves>
</Game>
</SilverlightChecker>
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by Vorn Mom
March 14, 2009 20:22
I'm going to be working on a series of tutorials that will show you have to build a checkers game from scratch in Silverlight. More info soon...
by Vorn Mom
March 14, 2009 14:35
This is my first blog entry!
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
General