This repo is mostly about the credit project for Python classes in the year 2023/2024 taught under supervision of Mr. Witold Przygoda. In addition there are plenty of assignments which were obligatory to pass the classes.
This project is based on John Horton Conway's Game of Life and it is implemented using Python Language, with additional use of Pandas, and PyGame libraries.
- Traditional Game of Life gameplay
- Resizing the board
- Paint cells on the board using LMB
- Remove cells from the board using RMB
- Play / Pause the game
- 4 built in patterns
- Ability to Import and Export your own pattern
- Python 3
- Pandas
- PyGame
pip3 install pandas
pip3 install pygame
python /PythonLabs/Projekt/main.pyMIT - free to use, just consider starring this repo if it was any helpful :)