Search

Monday, August 20, 2012

Day 12: Recording moves


I didn't have time this weekend to code, I just started with the game recorder. The class GameWriter takes the integer in the method puthMove and returns a method with getMove. There is also a method with the length of the class.

The main loop class creates a new GameWriter and in every move takes the move. The console writer takes it and writes it translated to coordinates.

No comments:

Post a Comment