diff --git a/index.html b/index.html index c69ceea..449bf67 100644 --- a/index.html +++ b/index.html @@ -1,1091 +1,793 @@ - - - - - - - - Conway's Game of Life - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
Settings
-
- - - -
-
-
- - -
-
- - -
-

- - -

-
-
- Themes -
-
-
    -
  • -
    - - -
    -
  • -
-
    -
  • -
    - - -
    -
  • -
-
    -
  • -
    - - -
    -
  • -
-
    -
  • -
    - - -
    -
  • -
-
    -
  • -
    - - -
    -
  • -
-
    -
  • -
    - - -
    -
  • -
-
    -
  • -
    - - -
    -
  • -
-
    -
  • -
    - - -
    -
  • -
+ 100% { + transform: rotate(360deg); + } + } + + + -
-
+ + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
Settings
+
+ + +
-
-
- - Clear the grid +
+
+ +
- -
- - Start or Pause the animation +
+ +
+

+ + +

+
+
+ Themes +
+
+
    +
  • +
    + + +
    +
  • +
+
    +
  • +
    + + +
    +
  • +
+
    +
  • +
    + + +
    +
  • +
+
    +
  • +
    + + +
    +
  • +
+
    +
  • +
    + + +
    +
  • +
+
    +
  • +
    + + +
    +
  • +
+
    +
  • +
    + + +
    +
  • +
+
    +
  • +
    + + +
    +
  • +
+ + +
    +
  • +
    + + +
    +
  • +
-
- - Reduce Speed -
- - -
- - - Current Speed -
- - -
- + - Increase Speed +
-
- - Random -
- -
- - Grid Height + - - -
- - Invalid Grid Height
- - +
+
+ Presets +
+
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+
    +
  • + +
  • +
+ +
    +
  • + +
  • +
+
+
+ History +
+
+
+ +
+ +
+ +
+
+ +
- -
-
-
-
+
+
+
+ + + + +
- - - - - + + + + - - + + - - + - document.querySelector(".cross").addEventListener("click", function () { + + + document.querySelector(".cross").addEventListener("click", function () { + const sideNav = document.getElementById("sideNav"); + sideNav.classList.toggle("hide-nav"); + document.querySelector(".game").classList.toggle("full-width"); + }); + - + + + - - + \ No newline at end of file