From af158650d82360a6c9d6d7f120372240e2c31a88 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 23 May 2020 11:49:30 +0100 Subject: test/js: Game of Life Signed-off-by: Daniel Silverstone --- test/js/index.html | 1 + test/js/life.html | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 test/js/life.html diff --git a/test/js/index.html b/test/js/index.html index f9228720e..032946726 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -105,6 +105,7 @@
  • Example from wikipedia
  • Check instanceof behaviour
  • Canvas/ImageData Mandelbrot ploter
  • +
  • Game of Life
  • diff --git a/test/js/life.html b/test/js/life.html new file mode 100644 index 000000000..d0841c08d --- /dev/null +++ b/test/js/life.html @@ -0,0 +1,122 @@ + + + + Conway's Game of Life + + + +

    Conway's Game of Life

    +
    Run
    +
    + + Sorry, you can't play Game of Life if JavaScript is turned off + +
    +
    + +
    + + + -- cgit v1.2.3