<% if (!game) { %> Poke! Games Hub
🎮🕹️👾🎧🖥️ 🎲🏆🎯🔥💥 🧩🎮🕹️👾🎧 🖥️🎲🏆🎯🔥 💥🧩🎮🕹️👾 🎧🖥️🎲🏆🎯

Poke! Games Hub

Snake

Tic-Tac-Toe

Sudoku

Ping-Pong

Minesweeper

Breakout

<% } %> <% if (game === "snake") { %> Snake <% } %> <% if (game === "tic-tac-toe") { %> Tic-Tac-Toe
Player X’s turn :3
<% } %> <% if (game === "sudoku") { %> Sudoku
<% } %> <% if (game === "pong") { %> Pong
0 : 0
<% } %> <% if (game === "minesweeper") { %> Minesweeper
<% } %> <% if (game === "breakout") { %> Breakout <% } %>