A Python-based simulation of Conway's Game of Life.
Before launching the project, you must install the necessary dependencies. All dependencies are listed in the requirements.txt file.
To install the dependencies, navigate to the project folder and run:
pip install -r requirements.txt