w1d5

One week done! The first week is over and it flew by. At the same time it feels like so long ago that we started. We were doing simple things like practicing loops and creating methods to sum arrays… Fast forward to today and we are doing breadth first searches through a set of nodes in order to find the set of squares that a knight on a chessboard will move to in order to get from any given start point to any given end point… Big difference! I can only imagine what we’ll be doing by the end of next week!

We also took a crack at programming an unbeatable tic tac toe AI today using trees of nodes to represent possible outcomes of the game after each move. we were able to get pretty far before we had to leave, but will have to leave the finishing touches for the weekend