Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mimimalizam/game-of-life-theme
Jekyll theme
https://github.com/mimimalizam/game-of-life-theme
game-of-life jekyll jekyll-theme p5js
Last synced: 22 days ago
JSON representation
Jekyll theme
- Host: GitHub
- URL: https://github.com/mimimalizam/game-of-life-theme
- Owner: mimimalizam
- License: mit
- Created: 2018-03-17T11:19:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T13:54:18.000Z (about 6 years ago)
- Last Synced: 2024-12-14T20:11:51.888Z (25 days ago)
- Topics: game-of-life, jekyll, jekyll-theme, p5js
- Language: CSS
- Homepage: https://mimimalizam.github.io/game-of-life/
- Size: 57.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# game-of-life a Jekyll theme
### Customizing the theme
Among other personal details, font and background color could be changed
by updating the `_config.yml` file.#### Change the Game of life strip
Lines similar to the following will plot a Game of life strip
```js
board = new Board(columns, rows);
board.fill(starting_column, ending_column, starting_row, ending_row);
```### Functionality
This theme is breaking the rule
and visitor can interact with an ongoing Game.However, nice people are still able to observe how initial
game evolves.- press `e` to start and/or restart the Game
- if your eyes are a bit tired and you'd prefer to quietly read a page you can
- type `q` to erase cells from the screen
- type `p` to pause the Game (use `s` to resume the Game)
- type `i` to start the Insert Mode where you can create new cells
- with a click of a mouse new cells will be randomily created around
- if you are feeling happy, drag mouse to create some more
- press `ESC` to --- escape the Insert Mode
- use `j` and `k` to control the speed
- to change the cells' color press any additional key