about summary refs log tree commit diff stats
path: root/html/XCOM/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/XCOM/index.html')
-rw-r--r--html/XCOM/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/html/XCOM/index.html b/html/XCOM/index.html
new file mode 100644
index 0000000..7ba4346
--- /dev/null
+++ b/html/XCOM/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>YCOM</title>
+    <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎯</text></svg>">
+    <link rel="stylesheet" href="style.css">
+</head>
+<body>
+    <div id="gameContainer">
+        <canvas id="gameCanvas"></canvas>
+        <div id="actionButtons">
+            <button id="endTurnBtn">End Turn</button>
+            <button id="skipMovementBtn">Skip Movement</button>
+            <button id="skipAttackBtn">Skip Attack</button>
+        </div>
+    </div>
+
+    <script src="game.js"></script>
+</body>
+</html>
\ No newline at end of file