Giter Site home page Giter Site logo

conway-game-of-life-1's Introduction

Conway's Game of Life CLI

Command line version of the zero player game. Wiki page here: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Some context about this here: https://medium.com/@sidhantpanda/conways-game-of-life-explained-with-some-programming-a2970b468580

Terminal preview

Setup

  1. Clone this repo
  2. Install dependencies: npm install or yarn install.
  3. Run npm start or npm start [rows] [columns].

Samples

I've included 3 samples for fun These are:

  • Blinker

    Blinker configuration

    node samples/blinker.js

  • Beacon

    Beacon configuration

    node samples/beacon.js

  • Glider

    Glider configuration

    node samples/glider.js

Options

This is currently still under development for options. Currently user can only configure number of rows and columns:

npm start 20 16

will start the game with 20 rows and 16 columns

conway-game-of-life-1's People

Contributors

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