Summary.md fixes
This commit is contained in:
parent
0e253d5452
commit
b54e10c11e
@ -32,6 +32,7 @@
|
|||||||
* [Plot light level](/examples/plot-light-level)
|
* [Plot light level](/examples/plot-light-level)
|
||||||
* [Plot analog pin](/examples/plot-analog-pin)
|
* [Plot analog pin](/examples/plot-analog-pin)
|
||||||
* [Servo Calibrator](/examples/servo-calibrator)
|
* [Servo Calibrator](/examples/servo-calibrator)
|
||||||
|
* [Game of Life](/examples/gameofLife)
|
||||||
|
|
||||||
## #reference
|
## #reference
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Here are some fun programs for your @boardname@!
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Game of Life",
|
"name": "Game of Life",
|
||||||
"description": "Simulation in LEDs (javascript)",
|
"description": "Game simulation in LEDs (javascript). Use button A for next stage. Button B for reset.",
|
||||||
"url":"/examples/gameofLife"
|
"url":"/examples/gameofLife"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Game of Life simulation in LEDs
|
# Game of Life simulation in LEDs
|
||||||
|
|
||||||
```blocks
|
```javascript
|
||||||
//https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
|
//https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
|
||||||
let lifeChart: Image = null
|
let lifeChart: Image = null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user