Cell Cycle

Cell Cycle is the game that I was involved in making for my Professional Project module in 3rd year of university.

Cell Cycle is a game in which you control a population of cells and aim to grow your network of these cells to gain points. Some cells however will mutate and you will have to control those early mutations as if they are left for too long they may become harmful. This game aims to subtly teach you about cell mutation.

I was tasked with writing the engine/framework that we would build the game in. I used OpenGL and SDL2.0 to do this and one of my teammates adapted the code to suit OpenGL ES, which is what we would go on to use for building the game onto a tablet. 

From this project i learned a lot about engine programming, building a game on android using c++ code, writing a technical design document and a lot about working with a team.