top of page
Predator-Prey Simulation.png

Programming Tool: Visual Studio

Language: C++

Role: Programmer

Team size: 1

Development Time: 1 ½ months

Synopsis:

This project explores creating a simulation of a predator-prey scenario using sharks and fish. There are several versions of this project: the serial version, parallelisation with OpenMP, parallelisation with MPI, and hybrid parallelisation with OpenMP and MPI. The serial and MPI versions make use of some colours to make the ASCII characters a bit more interesting to look at when going through generations.

bottom of page