Game of life Python Script

Overview

The game 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, or, for advanced players, by creating patterns with particular properties.

Features

  • shown the life
  • playing intelligent

Requirements

  • python 

  • windows

Instructions

  • download
  • python Game_of_life.py
  • windows just run the app 

Related