Skip to content

dori-dev/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

The Game of Life, also known simply as Life, is a cellular automaton.
It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input.
One interacts with the Game of Life by creating an initial configuration and observing how it evolves.
more information

Tools

  • Python 3
  • EasyDraw

How to Play

Installation Requirements

pip install EasyDraw

Run the Code

python3 main.py

You Can Change

  • You can change the WIDTH, HEIGHT, COUNT constant variables to change GUI.
  • You can change the INTERVAL_TIME constant variable for the time interval between each generation.

Project Codes

  • main.py: main of project codes.
  • population.py: population class.
  • constant.py: all constant variables.

Links

Download Source Code: Click Here

My Github Acount: Click Here

About

Game of life, with python code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages