An open API service indexing awesome lists of open source software.

https://github.com/vfk/gameoflife-es6

Conway's Game of Life written in ECMAScript 6
https://github.com/vfk/gameoflife-es6

Last synced: over 1 year ago
JSON representation

Conway's Game of Life written in ECMAScript 6

Awesome Lists containing this project

README

          

# GameOfLife-ES6 [![Build Status](https://travis-ci.org/VFK/GameOfLife-ES6.svg)](https://travis-ci.org/VFK/GameOfLife-ES6)
> [Conway's Game of Life](http://en.wikipedia.org/wiki/Conway's_Game_of_Life) written in ECMAScript 6.

#### 1. Install
```shell
git clone https://github.com/VFK/GameOfLife-ES6.git
cd GameOfLife-ES6
npm i
```

#### 2. Run
If the future is finally here (if ECMAScript 6 is fully supported now):
```shell
node index.js
```

If there are still no flying cars and hover boards (use [Babel](http://babeljs.io) runner):
```shell
npm run main
```

#### 3. Run on browser
Adapted to work in the browser
```shell
npm run babel
npm start
```

## Credit

[VFK](https://github.com/VFK/GameOfLife-ES6)

## Modified

| [![Thiago Lagden](http://gravatar.com/avatar/bfe5ce4cb209f3e4f4584e1f5aa209c6.png?s=144)](http://lagden.in) |
| :-----------: |
| [Thiago Lagden](http://lagden.in) (Modified) |