Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagodnf/game-of-life
Game of Life developed in HTML, CSS and Javascript
https://github.com/thiagodnf/game-of-life
game-development game-of-life web webapp
Last synced: 3 days ago
JSON representation
Game of Life developed in HTML, CSS and Javascript
- Host: GitHub
- URL: https://github.com/thiagodnf/game-of-life
- Owner: thiagodnf
- Created: 2012-06-07T19:28:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T23:27:33.000Z (about 1 month ago)
- Last Synced: 2024-12-26T00:24:58.519Z (about 1 month ago)
- Topics: game-development, game-of-life, web, webapp
- Language: JavaScript
- Homepage: http://thiagodnf.github.io/game-of-life/
- Size: 482 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Game of Life developed in HTML, CSS and Javascript
[![Build](https://github.com/thiagodnf/game-of-life/actions/workflows/release.yml/badge.svg)](https://github.com/thiagodnf/game-of-life/actions/workflows/build.yml)
[![GitHub Release](https://img.shields.io/github/release/thiagodnf/game-of-life.svg)](https://github.com/thiagodnf/game-of-life/releases/latest)
[![GitHub contributors](https://img.shields.io/github/contributors/thiagodnf/game-of-life.svg)](https://github.com/thiagodnf/game-of-life/graphs/contributors)
[![GitHub stars](https://img.shields.io/github/stars/thiagodnf/game-of-life.svg)](https://github.com/thiagodnf/game-of-life)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)## What Is It?
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.
For more information, please access [this link](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).
## How To Play
Please access [https://thiagodnf.github.io/game-of-life](https://thiagodnf.github.io/game-of-life).
## Screenshots
## For Developers
Install the dependencies
```bash
npm install
```Run the development enviroment
```bash
npm run dev
```## Questions or Suggestions
Feel free to access the discussions tab as you need
## Contribute
Contributions to the this project are very welcome! We can't do this alone! Feel free to fork this project, work on it and then make a pull request.
## License
Licensed under the [MIT license](LICENSE).
## Donate
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, reach out to me if you want to do it.
Thanks!
❤️