diff --git a/README.md b/README.md index 5e6ee18a..a80b3ef2 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ See [the AssemblyScript wiki](https://github.com/AssemblyScript/assemblyscript/w Examples -------- -* **[Conway's Game of Life](./examples/game-of-life)**
- Continuously updates the cellular automaton and visualizes its state on a canvas. There's also [this WebAssembly Studio fiddle](https://webassembly.studio/?f=gvuw4enb3qk) of it. +* **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/game-of-life/index.html) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]
+ Continuously updates the cellular automaton and visualizes its state on a canvas. -* **[Mandelbrot Set](./examples/mandelbrot)**
+* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) ]
Renders the Mandelbrot set to a canvas. * **[i64 polyfill](./examples/i64-polyfill)**
diff --git a/examples/game-of-life/index.html b/examples/game-of-life/index.html index 3645164c..e6b7eab8 100644 --- a/examples/game-of-life/index.html +++ b/examples/game-of-life/index.html @@ -4,7 +4,7 @@ Conway's Game Of Life - AssemblyScript