From 9fe5ad8725f25db1813515f8829a54e99a71753a Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 6 Jan 2024 20:19:11 +0000 Subject: [PATCH] add games hub --- html/gamehub.ejs | 884 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 884 insertions(+) create mode 100644 html/gamehub.ejs diff --git a/html/gamehub.ejs b/html/gamehub.ejs new file mode 100644 index 00000000..f421a1a0 --- /dev/null +++ b/html/gamehub.ejs @@ -0,0 +1,884 @@ + +<% if (!game) { %> + + + + + + + + + + + + + + Games Hub + + +
+

Poke! Games Hub

+ + +
+ + + <% } %> +<% if (game === "snake") { %> + + + + + + + + Snake + + + + + + + + + <% } %> +<% if (game === "tic-tac-toe") { %> + + + + + + + + Tic-Tac-Toe + + +
+

Tic-Tac-Toe

+
+
+
+ + + + + + + <% } %> +<% if (game === "pong") { %> + + + + + + + + Pong + + + +
+

+ Press space to start +

+

Left Paddle Controls: W (Up) and S (Down)

+

Right Paddle Controls: Arrow Up (Up) and Arrow Down (Down)

+
+ + + + + + + <% } %> +<% if (game === "sudoku") { %> + + + + + + + + Sudoku + + +
+ + + + + + <% } %>