Respository for the SCAP seminar. Parallel implementation of the "Game of Life" in C using MPI.
This project is a C implementation of Conway's Game of Life, with JPEG image output. It includes command-line arguments for convenient execution. The Branch "singlecore" contains the singlecore implementation.
- Parallelization utilizing MPI
- one main process and workers
- JPEG Output: Save the game state as JPEG images.
- Command-Line Arguments: Customize your game setup easily.