Skip to content

Commit a231821

Browse files
committed
- add Conway's Game of Life to the list of tools
1 parent 31dc554 commit a231821

File tree

5 files changed

+813
-0
lines changed

5 files changed

+813
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,5 +1175,16 @@
11751175
"aiPowered": false,
11761176
"featured": false,
11771177
"date": "2025-03-05"
1178+
},
1179+
{
1180+
"id": "game_of_life",
1181+
"title": "Conway's Game of Life",
1182+
"description": "Interactive Conway's Game of Life with customizable rules and patterns.",
1183+
"url": "tools/game_of_life.html",
1184+
"screenshot": "screenshots/screenshot_157.png",
1185+
"type": "tool",
1186+
"aiPowered": false,
1187+
"featured": false,
1188+
"date": "2025-03-13"
11781189
}
11791190
]

screenshots/screenshot_157.png

15.1 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ <h2>Tools by ChatGPT</h2>
243243
<li><a href="/tools/code_case_converter.html">Code Case Converter</a></li>
244244
<li><a href="/tools/todo_list.html">ToDo-List</a></li>
245245
<li><a href="/tools/paste_table.html">PasteTable</a></li>
246+
<li><a href="/tools/game_of_life.html">Conway's Game of Life</a></li>
246247
<!-- end -->
247248
</ul>
248249
</div>

sitemap.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@
375375
<lastmod>2025-02-24T23:00:00+00:00</lastmod>
376376
<priority>0.80</priority>
377377
</url>
378+
<url>
379+
<loc>https://www.gptgames.dev/tools/game_of_life.html</loc>
380+
<lastmod>2025-03-12T23:00:00+00:00</lastmod>
381+
<priority>0.80</priority>
382+
</url>
378383
<url>
379384
<loc>https://www.gptgames.dev/tools/gptranslator.html</loc>
380385
<lastmod>2023-12-28T23:00:00+00:00</lastmod>

0 commit comments

Comments
 (0)