Skip to content

Commit a9c6de0

Browse files
committed
- add stack tower game to games.json and sidebar.html, add screenshot
1 parent 2016dec commit a9c6de0

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

data/games.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,5 +658,16 @@
658658
"aiPowered": false,
659659
"featured": false,
660660
"date": "2025-08-18"
661+
},
662+
{
663+
"id": "stack_tower",
664+
"title": "Stack Tower",
665+
"description": "Stack blocks as high as you can in this addictive 3D tower building game. Perfect your timing and build the ultimate tower!",
666+
"url": "games/stack_tower.html",
667+
"screenshot": "screenshots/screenshot_216.webp",
668+
"type": "game",
669+
"aiPowered": false,
670+
"featured": false,
671+
"date": "2025-08-22"
661672
}
662673
]

games/stack_tower.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,26 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
6-
<title>Stack Tower</title>
5+
<title>Stack Tower - 3D Block Stacking Game</title>
6+
<meta name="description" content="Play Stack Tower, an addictive 3D block stacking game. Stack blocks as high as possible with perfect timing. Features beautiful 3D graphics, combo system, and increasing difficulty.">
7+
<meta name="keywords" content="stack tower, block stacking game, 3d game, tower building, online game, free game, puzzle game, skill game, three.js game">
8+
<meta name="author" content="Claude Opus 4.1 prompted by Tobias Müller">
9+
<meta name="robots" content="index, follow">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
12+
<meta property="og:title" content="Stack Tower - 3D Block Stacking Game">
13+
<meta property="og:description" content="Stack blocks as high as you can in this addictive 3D tower building game. Perfect your timing and build the ultimate tower!">
14+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_216.webp">
15+
<meta property="og:url" content="https://www.gptgames.dev/games/stack_tower.html">
16+
<meta property="og:type" content="website">
17+
<meta property="og:site_name" content="GPT Games">
18+
19+
<meta name="twitter:card" content="summary_large_image">
20+
<meta name="twitter:title" content="Stack Tower - 3D Block Stacking Game">
21+
<meta name="twitter:description" content="Stack blocks as high as you can in this addictive 3D tower building game. Perfect your timing and build the ultimate tower!">
22+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_216.webp">
23+
24+
<link rel="canonical" href="https://www.gptgames.dev/games/stack_tower.html">
725
<style>
826
* {
927
margin: 0;
@@ -634,5 +652,6 @@ <h1>Game Over!</h1>
634652
// Initialize game
635653
game.init();
636654
</script>
655+
<script src="../logo.js"></script>
637656
</body>
638657
</html>

screenshots/screenshot_216.webp

5.64 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ <h2>Tools by ChatGPT</h2>
301301
<li><a href="/games/mini_tower_defense.html">Elite Tower Defense</a></li>
302302
<li><a href="/tools/text_to_speech.html">Text-to-Speech Tool</a></li>
303303
<li><a href="/games/8-ball.html">8-Ball Pool Game</a></li>
304+
<li><a href="/games/stack_tower.html">Stack Tower</a></li>
304305
<!-- end -->
305306
</ul>
306307
</div>

0 commit comments

Comments
 (0)