Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

bueti/my_gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is a GoL implementation in C. Just run "make" to compile it, this will produce an executable called "my_gol". You need of course a C-Compiler. Compiling was tested on OS X, Solaris 10, Linux and AIX.

Running the Game

  • Specify the size of the World:

    -h: height

    -w: width

  • Other options:

    -a: Automatic mode

    -f: Specify a file with a starting configuration (there are some in the folder seed)

About

My Game of Life implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages