AP Computer Science Case Study Competition

So the AP computer science curriculum has a case study from college board and were doing a bug competition using the CRITTER class.
Coded in Java.

Here are the rules.
Maximum Age: 50 turns

CANNOT be invincible.

Cannot produce more than 3 offspring per 10 turns.
Grid: 100 by 100

Radius of influence: 3 units.

The bug CANNOT RESHAPE THE UNIVERSE.

Suffocation: Bugs will suffocate when surrounded by 4 or more bugs.

Following all rules gives a grade of 95%. Being the final survivor gives you a grade of 100%.
Breaking each rule deducts 10% and disqualifies you from the competition.