Game of life code card

This commit is contained in:
Abhijith
2017-03-27 16:32:09 -07:00
parent c5ab068dc3
commit c0068cb240
3 changed files with 132 additions and 2 deletions

View File

@ -19,7 +19,13 @@ Here are some fun programs for your @boardname@!
"name": "Rando",
"description": "Randomly blinking LEDs",
"url":"/examples/rando"
}]
},
{
"name": "Game of Life",
"description": "Simulation in LEDs (javascript)",
"url":"/examples/gameofLife"
}
]
```
## Sensors