Project 3 - Ants

The project is mostly focused on working with an existing code-base and implementing new functionality by leveraging the power's of OOP - most notably polymorphism - the students are implementing all sorts of "Ant" types.

Apart from OOP, you'll practice working with Linked Lists.

Overall, if you've ever worked with a larger codebase, this project shouldn't be too difficult.

Official Intro:

In this project, you will create a tower defense game called Ants Vs. SomeBees. As the ant queen, you populate your colony with the bravest ants you can muster. Your ants must protect their queen from the evil bees that invade your territory.

The entire specification can be found here: https://inst.eecs.berkeley.edu/~cs61a/su19/proj/ants/

My solution: https://github.com/tomthestrom/cs61a/tree/master/projects/ants

Last updated