#Ants Data Structures using C++ Final Project
Contributors: Robert David Hernandez, Syed, Majed
USERS GUIDE The Program is a CROWD SIMULATION GAME that outputs the result of two enemy Ant armies that move in random directions.
- The prompt will start and explain the description and rules of the game.
- The code will ask for length and width of the game field.
- Enter a length and width.
- Next, it will ask for the size of each Ant Colony(Side)
- Enter the side of the colony on each side
- The game will then print out the various scenarios that have taken place, such as what an ant will do when it meets an enemy ant.
- The game will end with three conditions: A) The Queen of either side has been slain. B) More than 90% of Ants on either side has been elimated. C) The game ends in a draw.