Coder Social home page Coder Social logo

pythonlife's Introduction

the python life

(graveyard edition)

I had intended to write Conway's Game of Life in python.

By misunderstanding the game itself, I uncovered what I like to call the graveyard edition.

In the graveyard, every space on the grid contains a cell. each of those cells can exist in 1 of 2 states. Alive or Dead.

B23/S23 (this) A cell is "re-born" if it has 2 or 3 neighbours. It "survives" if it has 2 or 3 living neighbours; it dies otherwise.

why (this)?

why not?

very interesting patterns evolve from symmetrically balanced seeds.

seed ?

a seed is the originating pattern.

to create a seed:

  1. touch/click to flip a cell between life and death.
  2. press play to watch the cells evolve.

Downloads

mac os x https://github.com/debauchery1st/pythonlife/raw/master/dist/pylife-0.1.1-maxosx.dmg

pythonlife's People

Contributors

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