Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 553 Bytes

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}