Giter Site home page Giter Site logo

gameoflife's Introduction

"# GameOfLife" by John Conway

There is a very clean working implementation and description on the page:

https://bitstorm.org/gameoflife/

As detailed on this page, given an initial state, you update each 'populated tile' based on following rules:

For a space that is 'populated':

i) Each cell with one or no neighbors dies, as if by solitude. ii) Each cell with four or more neighbors dies, as if by overpopulation. iii) Each cell with two or three neighbors survives. iv For a space that is 'empty' or 'unpopulated'. Each cell with three neighbors becomes populated.

Extension:

What are the interesting initial stage, it would be an interest task to just randomly set the tiles within the space the store all the "interesting" examples, where at first thought I would describe interesting as states which tend to some equilibrium for a given period.

gameoflife's People

Contributors

rebeccaf11 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.