Day One
We started off the project by working on the logic - after all, it makes up the core of the Bot.
We initially decided to give the bot a response for every possible scenario, but we realized halfway through class that this is not a feasible option as there are way too many possible combinations. Mapping the board out with a 2D array is decided to be the better option, and we spent the rest of the class working on how the bot would write data into the array.
Our initial psudo-code

Comments