Summary
Small project to create a simulation of the "Game of Life" with different options in C, via grids predefined by the professor.
The structure of the project having already been made beforehand for the needs of the rendering, it was a question of programming the heart of the application as well as the various options, of which here is the exhaustive list:
    - To make the current grid evolve,
    - Change the grid,
    - Activate / deactivate the cyclic neighborhood,
    - Activate / deactivate the aging of the cells,
    - Check the oscillation of the grid. Display the delay if it exists,
    - Quit the software.
It was also an introduction to the notion of Makefile and Doxyfile.
Technical environment
    - C
    - GitLab
    - Makefile
    - Dockerfile
    - Docker

You may also like

Back to Top