Skip to content

Commit 271db9a

Browse files
committed
- add death by ai to sidebar and index
1 parent fdb568e commit 271db9a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,13 @@ <h2>Emoji Puzzle Mania</h2>
715715
<p>Emoji Puzzle Mania Ultimate: A fast-paced matching game with increasing difficulty, spinning emojis, and boss fights. Test your reflexes and emoji recognition skills!</p>
716716
</a>
717717
</div>
718+
<div class="game-card">
719+
<a href="games/death_by_ai.html">
720+
<img src="screenshots/screenshot_144.png" alt="Death by AI" loading="lazy">
721+
<h2>Death by AI</h2>
722+
<p>A text-based survival game where players face AI-generated scenarios, crafting escape plans judged by AI. Unlock avatars, compete in speedruns, and challenge various difficulties.</p>
723+
</a>
724+
</div>
718725
</div>
719726
<div class="header">
720727
<h2>List of Tools created and improved by ChatGPT</h2>

screenshots/screenshot_144.png

25.5 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ <h2>Games by ChatGPT</h2>
128128
<li><a href="/games/suika.html">Suika</a></li>
129129
<li><a href="/games/wordle.html">Wordle</a></li>
130130
<li><a href="/games/emoji_puzzle_mania.html">Emoji Puzzle Mania</a></li>
131+
<li><a href="/games/death_by_ai.html">Death by AI</a></li>
131132
</ul>
132133
<div class="sidebar-header">
133134
<h2>Tools by ChatGPT</h2>

0 commit comments

Comments
 (0)