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

Poke! Games Hub

Snake

Tic-Tac-Toe

Sudoku

Ping-Pong

<% } %> <% 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
<% } %>