/Cells

πŸ‘ΎπŸ•Ή A Conway's Game of Life implementation

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Icon

Cells

A Conway's Game of Life implementation

forthebadge forthebadge



πŸ“ Source Code

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

# Clone this repository
git clone https://github.com/florianfe/Cells
# Go into the repository
cd Cells
# Install npm dependencies
npm install
# Install bower dependencies
bower install
# Run the app in test mode
npm start
# build application for release
npm run-script dist

πŸ–Ό Previev

Main Menu

Sandbox

Tutorial

Settings

πŸ’Ύ Download

Platform Version Download
Mac 1.0.0 Download
Windows 1.0.0 Download
Linux (.deb) 1.0.0 Download

πŸ“– License

forthebadge