CSSE 413: Uninformed Search Programming Assignment

The aim of this assignment is to understand and implement basic searching of state spaces. A secondary aim is to learn about the game environment.

Work on this assignment by yourself.

Problem

The game we ask you to implement is Capture the Flag. We will implement it in several stages, adding more and more complexity to the specification and asking you to use the tools that we learn through out the course. We eventually will hold a tournament in which we will have your software play against each other. Details will be posted in due time.

The specifications for this initial version of "Capture the Flag" are as follows:

Testcases

The Game Server

Turnin

Submit your code to the appropriate drop box on Angel by 5pm on Day 6.