Search

Saturday, August 17, 2013

Day 4, Explaining the basics of the start of the game and main loop

Well, in this video I explain how the main loop will work:


Let me explain:

Start class (the main class) will create a MainLoop object. Then will call loopStart method, that will initiate the main loop of the game. In the near future the main loop will run until a GTP command that ends the game appears.

No comments:

Post a Comment