Skip to content

GuusSeldenthuis/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life written in Python3

A python3 implementation of Conway's Game of life.

For more info about Conway's Game of Life see its wikipedia page.

For more info about python see the website lol.

Installation

You'll need python3 and maybe pip3 if you dont have the following packages:

Features

  • GIF generated output

    Because why not, less complexity and GIFs are underrated.

  • Customizable 'field' size.

    The game's tile-size is and can be user-defined.

    4x4 with a tile-size of 25x25 px Example here above is 4x4 with a tile-size of 25x25 px.

  • Dynamic frame amount or statically defined.

    The amount of GIF frames can be defined, if their not the frames are the amount of iterations required before the field stops changing.

  • Very cool much swag styling options.

    See example below, all RGB colors available.

    Basic glider with custom filed-size

About

My own python implementation of Conway's Game of life.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages