i am trying to create a scenario where red and green ants battle it out
the other one does the same thing
i'd like that the ants have a 50/50 chance of eating the other.
oh since we're on it. How do i get rocks non pass through.
basically i wanted to create a wall for my little ants to go around.
just a pseudo code i want to attempt here
if RedAnt touches GreenAnt();
do {
RedAnt.eat(GreenAnt);
new RedAnt();
else
continue running around randomly.
searching for ants

