domingo, 9 de octubre de 2011

7-Badger-Programming Assignment 2

The second programming activity was to solve the eight puzzle, and for this activity, we decided to use Java as the programming language. The elght puzzle is solved with breadth first search method and an A* method.

7-Badger-Programming Assignment 1, part 2

For the next delivery, we were asked to program a set of reactive agents with a defined goal. In our case we decided to create a maze and place 4 agents on it. Each one of the agents has to find a box, which is placed in a random place.