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