<% if (!game) { %> Gaming Hub

Poke! Games Hub

Snake

Tic-Tac-Toe

Sudoku

Ping-Pong

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

Tic-Tac-Toe

<% } %> <% 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") { %> Sudoku
<% } %>