This is the start of my project.
Ant Attack! SO there will be sprites for the ant and for the food, and a background showing the grass in a backyard. You win when you have collected all the food. If I have time I will make new levels where it is harder to find the food. Algorithm: Break your game down into steps Draw a background showing grass. Place an ant hole on the grass in a random place. Place an ant and some food on the background in a random place. Instructions show on screen Player moves mouse to move the ant When the ant touches the food, it somehow follows him around until it gets to the hole When food touches hole, it disappears and the score increases.