Giter Site home page Giter Site logo

dazaizer0 / game_of_life Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 5 MB

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

CMake 17.62% C++ 82.38%
game-of-life simulation software c game

game_of_life's Introduction

"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

game_of_life's People

Contributors

dazaizer0 avatar

Stargazers

AVA avatar Mike Sosa avatar Andreas Neuenschwander avatar Nadiminty Kaundinya avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.