Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsbol/thegameoflifejavascript
The Game of Life but programmed in Javascript
https://github.com/ijsbol/thegameoflifejavascript
conways-game-of-life gameoflife javascript
Last synced: 2 days ago
JSON representation
The Game of Life but programmed in Javascript
- Host: GitHub
- URL: https://github.com/ijsbol/thegameoflifejavascript
- Owner: ijsbol
- License: mit
- Created: 2023-03-25T06:49:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T18:17:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T00:25:52.180Z (8 days ago)
- Topics: conways-game-of-life, gameoflife, javascript
- Language: JavaScript
- Homepage: https://isabe1le.github.io/TheGameOfLifeJavascript/
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TheGameOfLifeJavascript
The Game of Life but programmed in JavascriptBefore today I have never programmed in Javascript, I hate this.
## Controls
- Click to change the alive/dead state of a cell.
- Drag to change the alive/dead state of many cells to the inverse of the state of the first cell you clicked.## Key binds.
|Key|Action|
|--|--|
|`SPACE KEY`|Starts the simulation.|
|`TAB KEY`|Pauses the simulation.|
|`R KEY`|Randomly regenerates the entire board.|
|`S KEY`|Permutates the board by one generation.|
|`C KEY`|Clears the board.|## Demo
![img](https://i.imgur.com/OqB16YX.gif)## All the GameOfLifes I've made.
|Language|Repo link|
|--|--|
|Python|https://github.com/Scrumpyy/TheGameOfLifePython|
|Java|https://github.com/Scrumpyy/TheGameOfLifeJava|
|Javascript|https://github.com/Scrumpyy/TheGameOfLifeJavascript|