From cb679d9f5fe910c7144a6c73a969c6e4c5032f99 Mon Sep 17 00:00:00 2001 From: fibe Date: Fri, 24 Apr 2026 14:07:19 +0000 Subject: [PATCH] Initial tower defense game --- docker-compose.yml | 9 + html/index.html | 440 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 440 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 889 insertions(+) create mode 100644 docker-compose.yml create mode 100644 html/index.html create mode 100644 index.html diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..cd0af74 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,9 @@ +services: + web: + image: nginx:alpine + labels: + fibe.gg/exposure.enabled: "true" + fibe.gg/exposure.port: "80" + fibe.gg/production: "false" + volumes: + - ./html:/usr/share/nginx/html:ro diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..c215aea --- /dev/null +++ b/html/index.html @@ -0,0 +1,440 @@ + + + + + +Tower Defense + + + +

Tower Defense

+
+ Gold: 100 + Lives: 20 + Wave: 1 + Score: 0 +
+ +
+ + + + +
+
+

Game Over!

+

Final Score: 0

+
+ +
+ + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..c215aea --- /dev/null +++ b/index.html @@ -0,0 +1,440 @@ + + + + + +Tower Defense + + + +

Tower Defense

+
+ Gold: 100 + Lives: 20 + Wave: 1 + Score: 0 +
+ +
+ + + + +
+
+

Game Over!

+

Final Score: 0

+
+ +
+ + + +