Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 563 Bytes

Conway's Game Of Life gif generator

It generates gifs.

Usage

  1. Clone the repository: git clone https://github.com/7Y3RPXK3ETDCNRDD/gif_game_of_life.git
  2. Run make.
  3. Run the executable and pass the following arguments to it:
    1.1. World width (in cells)
    1.2. World height (in cells)
    1.3. Generations count

Requirements

  • ImageMagick
  • Unix-based operating system
  • Lots of RAM

Examples

Arguments: 50 50 200
RAM used: ~1.5 GB
Example