From 4519933c9ee8e52c9266b602fbcd4d2d12ae35b7 Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 26 Apr 2025 23:16:33 +0000 Subject: [PATCH] Update html/gamehub.ejs --- html/gamehub.ejs | 1377 ++++++++++++---------------------------------- 1 file changed, 347 insertions(+), 1030 deletions(-) diff --git a/html/gamehub.ejs b/html/gamehub.ejs index 967bd2a4..808ff3f2 100644 --- a/html/gamehub.ejs +++ b/html/gamehub.ejs @@ -1,1112 +1,429 @@ - -<% if (!game) { %> + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + You should have received a copy of the GNU General Public License + along with this program. If not, see https://www.gnu.org/licenses/. +--> +<% if (!game) { %> - + - - - - - + + + + + + Poke! Games Hub - Gaming Hub -
+

Poke! Games Hub

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

Tic-Tac-Toe

-
-
+
+
Player X’s turn :3
+
- +<% } %> - <% } %> -<% if (game === "pong") { %> - - - - - - - - Pong - - - -
-

- U can press space to start owo -

-

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

-

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

-
- - - - - - - <% } %> -<% if (game === "sudoku") { %> +<% if (game === "sudoku") { %> - - - + + Sudoku + -
- - - +<% } %> - <% } %> - \ No newline at end of file + +<% if (game === "pong") { %> + + + + + + + Pong + + + +
0 : 0
+ + + + +<% } %> + + +<% if (game === "minesweeper") { %> + + + + + + + Minesweeper + + + +
+ + + +<% } %> + + +<% if (game === "breakout") { %> + + + + + + + Breakout + + + + + + + +<% } %>