/Conway_Game_Of_Life

This repository contains my solution to JdeRobot's Python Challenge.

Primary LanguagePythonMIT LicenseMIT

Conway_Game_Of_Life

This repository contains my solution to JdeRobot's Python Challenge.

File Structure

   ┣ 📂assets 
   ┃ ┗ 📜Output.png               # Output screenshot
   ┣ 📂src                        # The python and json files required for creating the game
   ┃ ┗ 📜config.json                          
   ┃ ┗ 📜game.py                                
   ┃ ┗ 📜grid.py                               
   ┃ ┗ 📜main.py  
   ┣ 📜.gitignore                           
   ┣ 📜LICENSE
   ┣ 📜README.md

Output

The following screenshot is my output.

Output