Skip to content

multivac61/cgol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CGOL

CGOL is a python implementation of Conway's game of life.

How to use

The user can change three global variables: the size of the matrix, a time period in which the game should run by and the inital chance of life.

The changes of life

The program starts of by making a matrix at random using the user defined "chance of life" parameter and displays it in the console. Future life is then calculated after Conway's rules and displays them in the console.

About

A simple Python implementation of Conway's game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages