Skip to content

rmigacz/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

Problem description:

Compiling and running

make
gameoflife MAP_NAME MAP_DIMENSION

Project structure

game-of-life/
├── cells-generator
│   ├── generator.c
│   └── makefile
├── gamefunc.c
├── gamefunc.h
├── gameoflife.c
├── makefile
├── maps
│   ├── beacon_6x6
│   ├── blok_blinker_9x9
│   ├── gosper_glider_gun_42x42
│   ├── octagon_2_8x8
│   └── pulsar_17x17
└── README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published