Skip to content

Commit d0a5e28

Browse files
committed
- add new entries and respective screenshots
1 parent f33d37a commit d0a5e28

File tree

6 files changed

+39
-0
lines changed

6 files changed

+39
-0
lines changed

data/games.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,5 +548,16 @@
548548
"aiPowered": false,
549549
"featured": false,
550550
"date": "2025-05-02"
551+
},
552+
{
553+
"id": "color_flood",
554+
"title": "Color Flood",
555+
"description": "Play Color Flood - a strategic puzzle game where you flood the board with colors to turn the entire grid into a single color in as few moves as possible. Test your strategic thinking with multiple difficulty levels.",
556+
"url": "games/color_flood.html",
557+
"screenshot": "screenshots/screenshot_183.png",
558+
"type": "game",
559+
"aiPowered": false,
560+
"featured": false,
561+
"date": "2025-05-08"
551562
}
552563
]

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,5 +1406,16 @@
14061406
"aiPowered": false,
14071407
"featured": true,
14081408
"date": "2025-05-04"
1409+
},
1410+
{
1411+
"id": "interactive_periodic_table",
1412+
"title": "Interactive Periodic Table",
1413+
"description": "Explore the complete periodic table of elements with our interactive tool. View detailed information about each element including properties, electron configuration, and more.",
1414+
"url": "tools/interactive_periodic_table.html",
1415+
"screenshot": "screenshots/screenshot_184.png",
1416+
"type": "tool",
1417+
"aiPowered": false,
1418+
"featured": false,
1419+
"date": "2025-05-08"
14091420
}
14101421
]

games/color_flood.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Color Flood</title>
7+
<meta name="description" content="Play Color Flood - a strategic puzzle game where you flood the board with colors to turn the entire grid into a single color in as few moves as possible. Test your strategic thinking with multiple difficulty levels.">
8+
<meta name="keywords" content="color flood, flood fill game, puzzle game, strategy game, browser game, color strategy, free online game">
9+
<meta name="author" content="Claude 3.7 Sonnet prompted by Tobias Müller">
10+
<meta name="robots" content="index, follow">
11+
<link rel="canonical" href="https://www.gptgames.dev/games/color_flood.html">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://www.gptgames.dev/games/color_flood.html">
14+
<meta property="og:title" content="Color Flood - Strategic Color Puzzle Game">
15+
<meta property="og:description" content="Fill the entire grid with a single color in as few moves as possible in this addictive puzzle game with multiple difficulty levels.">
16+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_183.png">
17+
<meta property="twitter:card" content="summary_large_image">
18+
<meta property="twitter:url" content="https://www.gptgames.dev/games/color_flood.html">
19+
<meta property="twitter:title" content="Color Flood - Strategic Color Puzzle Game">
20+
<meta property="twitter:description" content="Fill the entire grid with a single color in as few moves as possible in this addictive puzzle game with multiple difficulty levels.">
21+
<meta property="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_183.png">
722
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
823
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/anime.min.js"></script>
924
<style>

screenshots/screenshot_183.png

21.4 KB
Loading

screenshots/screenshot_184.png

36 KB
Loading

sidebar.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ <h2>Tools by ChatGPT</h2>
268268
<li><a href="/tools/roman_numeral_converter.html">Roman Numeral Converter</a></li>
269269
<li><a href="/tools/image_background_remover.html">Image Background Remover</a></li>
270270
<li><a href="/tools/audio_cutter.html">Audio Cutter</a></li>
271+
<li><a href="/games/color_flood.html">Color Flood</a></li>
272+
<li><a href="/tools/interactive_periodic_table.html">Interactive Periodic Table</a></li>
271273
<!-- end -->
272274
</ul>
273275
</div>

0 commit comments

Comments
 (0)