Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hachreak/game-of-life
Implementation of the Game Of Life (cellular automaton devised by the British mathematician John Horton Conway) in HTML/Javascript
https://github.com/hachreak/game-of-life
Last synced: about 7 hours ago
JSON representation
Implementation of the Game Of Life (cellular automaton devised by the British mathematician John Horton Conway) in HTML/Javascript
- Host: GitHub
- URL: https://github.com/hachreak/game-of-life
- Owner: hachreak
- License: other
- Created: 2014-04-24T14:25:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T14:55:43.000Z (over 10 years ago)
- Last Synced: 2023-03-11T12:47:52.229Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
/**
* Copyright (C) 2014 Leonardo Rossi
*
* This source code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This source code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this source code; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/This project contains a implementation of the Game Of Life.
Enjoy it... :DReadmore: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life