Skip to content

HashimMufti/conwayGOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This python script simulates a playthrough of Conway's Game of Life.

Description

This script plays the game on two boards (board1 and board2), where board1 contains the original cells (used to determine which cells live/die), and board2 contains the updated cells (used only to return to user).

Getting Started

Dependencies

  • Python3.x

Installing

  • Fork from the repo and ensure you have Python installed.

Executing program

python.exe main.py -r <rows> -c <columns>
  • Sample
python.exe main.py -r 50 -c 80

Help

For any issues, please raise a pull request! For the help options:

python.exe main.py -h

Authors

@HashimMufti

Version History

  • 0.1
    • Initial Release

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments

About

This python script simulates a playthrough of Conway's Game of Life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages