Skip to content

Instantly share code, notes, and snippets.

View kevinobee's full-sized avatar

Kevin Obee kevinobee

  • Canterbury, UK
  • 04:25 (UTC +01:00)
View GitHub Profile
@kevinobee
kevinobee / #game of life
Created August 18, 2024 10:20 — forked from Oluwasetemi/#game of life
Testing John Conway's [Game of Life](https://playgameoflife.com/)
Testing John Conway's [Game of Life](https://playgameoflife.com/)
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It 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.
It is Turing complete and can simulate a universal constructor or any other Turing machine.
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
@kevinobee
kevinobee / README.md
Last active January 5, 2020 09:20 — forked from lmeyer/base
Boxstarter