Search

Wednesday, December 19, 2012

Day 131: 0.01G

Ok, this is changing fast. I am refactoring a lot. So, this is what I think now:


  • The array with the game moves should be in a new class Game. It will be easier to make reference to the game moves if all the methods that manipulate the game array are there.
  • I Created a new package for rules. Every rule will have a class, it is for the future. Some things should change when the engine finds a ko or a suicide.
  • Some old code that I commented is now deleted.
I found console class (Good bye console!!!!!)

No comments:

Post a Comment