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: 8 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T18:17:49.000Z (over 2 years ago)
- Last Synced: 2025-02-22T21:48:53.097Z (8 months 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
## 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|