Skip to content

๐Ÿ‘พ๐Ÿ•น A Conway's Game of Life implementation

License

Notifications You must be signed in to change notification settings

FlorianFe/Cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

29 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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