Skip to content

This is an implementation of John Conway's Game of Life using Python.

Notifications You must be signed in to change notification settings

vxedit/Game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

An Implementation of John Conway's Game of Life in Python

Example GIF

How to Run

  1. Clone the repository
  2. Install and use a virtual environment
  3. Install the dependencies
  4. Run the game_of_life.py script

Dependencies

  • numpy
  • matplotlib

Alternatively install from req.txt by running

pip install -r requirements.txt

About

This is an implementation of John Conway's Game of Life using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages