Skip to content

havulv/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Strife

Or, yet another implementation of Conway's Game of Life.

Installation

Usage

Two modes, silent and visual/verbose, and two options to set the square size and upper bound for random generation.

    >python game_of_strife.py -v size={N} ub={0<=n}

          N
      ____|____
     /         \
    / &   & & &&
    |      &   &
    | & & &  &
  N-|  &
    |        &
    |       & &
    \  &       &

    >python game_of_strife.py -s size={N} ub={0<=n}

About

The start of cellular automata research.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published