Project DescriptionBattleFury is a Game where multiple players can log into a server and fight against each other.
The twist is that you can use the given libraries to create bots
Battle Fury is a game designed around the concept of being able to create bots to play the game. The bots are coded and ran locally on the client sending commands to the server. The server manages the rest of the game world. The game architecture is designed so that all clients only receive the information that a "real" player would see and nothing else.
The language of choice used here is .net 4.5 c# to create new bots. There is a client GUI created using XNA.

