From b54e10c11ed6ac0161f9acba2a2592eb777ab4d2 Mon Sep 17 00:00:00 2001 From: Abhijith Date: Mon, 27 Mar 2017 16:59:37 -0700 Subject: [PATCH] Summary.md fixes --- docs/SUMMARY.md | 1 + docs/examples.md | 2 +- docs/examples/gameofLife.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 85a0c73c..552f6a18 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -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 diff --git a/docs/examples.md b/docs/examples.md index f20c7d7e..448cb1de 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": "Simulation in LEDs (javascript)", + "description": "Game simulation in LEDs (javascript). 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 70b1f63b..d7b766bf 100644 --- a/docs/examples/gameofLife.md +++ b/docs/examples/gameofLife.md @@ -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