voXrey / life-game

It's a conway's life game simulator in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life Game

It's a conway's life game simulator in Python For the GUI I used tkinter I tried to make a MVC architecture

To start

  • Download the last Release
  • Go to main.py file and set the COLUMNS, LINES and BOX_SIZE value (COLUMNS = number of columns, LINES = number of lines, and BOX_SIZE = size of each cells)
  • Execute program

About

It's a conway's life game simulator in Python

License:MIT License


Languages

Language:Python 100.0%