The meeting was short since we all had tests this week,
but before we left we discussed the actual flow chart of the program.
We came up with a flow chart lay-out of what the program should be structured
like. Luckily by picking Java we were given the opportunity to use objects and
classes.
The benefit of this is that we can act as if the Robots are actually robots
rather than just images on the screen.
The robots are given the opportunity to think via the algorithm class.

Still researching on algorithms. Hopefully by next week we will have the pseudo
programming done just for the engine class, robot class, and algorithm class
for the random motion solution.