资 源 简 介
I wrote this C++ program back in 2010 for one of my college(Delhi College of Engineering) competitions which fetched me the first prize, this competition required each participant to write code for controlling his/her team player against the team programmed by other participant.This was a knockout event, eliminating participant at each step, participant that survived till end was named the winner.
In order to prevent overburdening of participant, by forcing them to use complex graphic engines like DirectX or OpenGl, instead for display participants used console with characters representing field, goal post and players; and hence participants were required to focus only on the AI part of the game.
This is how the field looks:
http://picturepush.com/public/5362026
For a brief documentation on files and functions refer to CodingInstruction page under Wiki.
More detailed information regarding the rules and setup of game can be found in wiki section or in