commit cb679d9f5fe910c7144a6c73a969c6e4c5032f99 Author: fibe Date: Fri Apr 24 14:07:19 2026 +0000 Initial tower defense game 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

+
+ +
+ + + +