XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

Silicon Minds Sample Submission available for download

Last post 01-01-2008 2:01 PM by SniperEye. 2 replies.
  • 12-23-2007 7:16 PM

    Silicon Minds Sample Submission available for download

    Over the last week we have been having fun creating a mini-sample submission based on the board game Go demonstrating:

    • Using Monte Carlo methods to score the board.
    • Some well documented source.
    • A sample design summary.
    • Reused code and graphics - thanks to the XNA Minjie board game sample.

    The mini-game sample itself actually uses a rule based AI and should not be seen as an example of AI or game quality - more a sample of documentation quality and the submission files required. What we do hope is that you will find the sample a useful reference on how to document your code (specifically the XGoLibrary project), how to comment code you have taken from other sources and how to write the design summary.

    If you have any questions on the code, documentation or design summary, please post in this thread.

    Update 1: We have fixed a couple of small issues and updated the submission found at the link:

    • We have noticed that the PDF still had some review comments; they are removed now.
    • Rendering during the scoring was accidently reset to constant black rather than an alpha value proportional to the expected propability of the territory outcome. This is fixed now (it was actually commented out before).
    • We slightly refined the passing algorithm of the AI: If the human player passes then the AI uses the Monte Carlo scorer to estimate whether or not each piece is already determined in colour up to a probability of at least 80%. If so, the AI passes already.

    Update 2: We have fixed one further bug and improved the Monte Carlo scorer significantly. For more information, have a look at the sample download.

    Please let us know if you have any further questions.

     

    Best of luck to everyone, Merry Christmas and a happy New Year 2008,

    Ralf Herbrich, Thore Graepel, Phillip Trelford & Joaquin Quiñonero Candela, Microsoft Research Cambridge

  • 12-23-2007 7:47 PM In reply to

    Re: Silicon Minds Sample Submission available for download

    Thanks for that, looks good.
  • 01-01-2008 2:01 PM In reply to

    Re: Silicon Minds Sample Submission available for download

    Please note that we have made a couple of updates to the sample submission. These are primarily bug fixes. The initial posting was updated accordindgly.

     

    Ralf Herbrich, Microsoft Research Cambridge

Page 1 of 1 (3 items) Previous Next