Skip to content
Snippets Groups Projects
  1. Apr 05, 2013
  2. Mar 22, 2013
    • Sam Moore's avatar
      Improving C++ API · 7518ec8d
      Sam Moore authored
      Changed the Piece and Board classes slightly so that I can make an efficient C++ agent.
      
      I plan to make SilverFish as good as I possibly can.
      Rather than writing 6 different mediocre sample agents like I did last year, I will just focus on this one.
      
      Technically I can't enter my own competition, so SilverFish is still just a sample agent.
      
      Anyway it still just defaults to random moves at the moment.
      7518ec8d
  3. Feb 28, 2013
    • Sam Moore's avatar
      Stuff happened · 15970878
      Sam Moore authored
      - Fixed C++ agent (yay)
      - Added Java agent (ew)
      - Renamed some things (why?)
      15970878
  4. Feb 25, 2013
    • Sam Moore's avatar
      Added C++ agent · 559edeec
      Sam Moore authored
      As a result, found an issue where qchess was printing "-1" as the index whenever a King was selected.
      I don't know why that didn't break the python agent, but it definitely breaks the C++ agent, so I fixed it.
      559edeec