From b985890d9c654bece8dbefe4c3819b56fcab2225 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 6 Feb 2026 09:47:56 +0000 Subject: [PATCH] games/index.html aktualisiert --- games/index.html | 83 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/games/index.html b/games/index.html index 067b634..b71b236 100644 --- a/games/index.html +++ b/games/index.html @@ -128,4 +128,85 @@ /* Individuelle Farben für die Spiele */ .star-wars .icon-box { background: linear-gradient(135deg, #00c6ff, #0072ff); } - .football .icon-box { background: linear \ No newline at end of file + .football .icon-box { background: linear-gradient(135deg, #11998e, #38ef7d); } + .chess .icon-box { background: linear-gradient(135deg, #8e2de2, #4a00e0); } + .future .icon-box { background: linear-gradient(135deg, #434343, #000000); border: 1px dashed #666; } + + .card-content h3 { + margin-bottom: 5px; + font-size: 1.2rem; + } + + .card-content span { + font-size: 0.9rem; + color: #888; + } + + /* --- Zurück Button --- */ + .back-link { + margin-top: 50px; + color: #666; + text-decoration: none; + font-size: 0.9rem; + transition: color 0.2s; + } + .back-link:hover { + color: white; + } + + + + + +
Status: Arcade Mode
+ +

HELIOS ARCADE

+ +

+ Willkommen in der Sammlung. Wähle eine Simulation, um zu starten. +

+ +
+ [gast@helios arcade ~]$ + ./list-games.sh --all +
+ +
+ + +
🚀
+

Trench Run

+ Star Wars Simulation +
+
+ + +
+
+

Penalty Shootout

+ Fussball Arcade +
+
+ + +
♟️
+
+

Meister Schach

+ Strategie & Logik +
+
+ +
+
?
+
+

Coming Soon

+ In Entwicklung... +
+
+ +
+ + ← Zurück zum Dashboard + + + \ No newline at end of file