Skip to content

"game of life-mol" is a cell simulation written in c/c++ and based on the John Horton algorithm. The mol allowing you to modify cells by yourself.

Notifications You must be signed in to change notification settings

dazaizer0/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"mol", the "game of life" system

"mol" - "game of life", is a project written in c/c++, based on the algorithm invented by John Horton in 1970.

The program uses the raylib graphics library.

"mol" offers various functions such as zooming in and moving around the scene to better and more accurately view the ongoing situations.

"mol" also offers the function of adding individual cells yourself and influencing situations on your own.

download mol-game of life: https://github.com/dazaizer0/mol-game_of_life/releases/tag/v1.0.0

"Rules of the Game of Life"

  1. A cell can be alive or dead.

  2. A living cell survives with 2 or 3 neighbors.

  3. A dead cell comes to life with exactly 3 neighbors.

  4. Fewer than 2 neighbors - the cell dies of loneliness.

  5. More than 3 neighbors - the cell dies of overcrowding.

  6. The board evolves step by step, following these rules.

showcase: 111 222 333

About

"game of life-mol" is a cell simulation written in c/c++ and based on the John Horton algorithm. The mol allowing you to modify cells by yourself.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published