Skip to content

Luki308/GameOfLife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

This app implements John Conway's Game of Life

Usage:

make -f Makefile
./GameOfLife
-n [number of iterations] - the world is going to be generated till given generation
-w [input file] - reading world from given file
-g [gif name] - generations will be saved to given gif file
-s [scale] - scaling gif file
-d [delay] - consecutive generations will be shown with given delay in ms

Authors: Patryk Chojnicki, Łukasz Lepianka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Makefile 1.2%