diff --git a/docs/examples.md b/docs/examples.md index 448cb1de..2dabdd1b 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -22,7 +22,7 @@ Here are some fun programs for your @boardname@! }, { "name": "Game of Life", - "description": "Game simulation in LEDs (javascript). Use button A for next stage. Button B for reset.", + "description": "Simulation in LEDs. Use button A for next stage. Button B for reset.", "url":"/examples/gameofLife" } ] diff --git a/docs/examples/gameofLife.md b/docs/examples/gameofLife.md index d7b766bf..70b1f63b 100644 --- a/docs/examples/gameofLife.md +++ b/docs/examples/gameofLife.md @@ -1,6 +1,6 @@ # Game of Life simulation in LEDs -```javascript +```blocks //https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life let lifeChart: Image = null