Commit 7372cfc
committed
- add mystery ai, a game completely envisioned and developed by Claude 3.7
-
Prompt:
```
<goal>
We want to create a standalone HTML file using modern JS, CSS and AI (LLM) to create a fun online game.
The main gimmick of this game should be some kind of dynamic interactive gameplay using the LLM endpoint.
</goal>
<example_api_usage>
This is an excerpt from another tool (daily quote generator) and demonstrates the usage of my custom AI API endpoint.
[...]
</exampel_api_usage>
<requirements>
* simple, straightforward concept to keep complexity at a managable level
* focus on making the core gameplay mechanics fun
* the main focus must lie on an exceptional gameplay
* be creative with the LLM API usage; you can ask it for whatever you want in whatever structure you need
* IMPORTANT: don't overengineer and don't stray to far from these requirements!
</requirements>
<task>
Please prepare a thorough and sensible outline for an online game with novel game mechanics implementing AI usage. After that, provide the full code with minimal line break and indentation usage and no in-code-comments.
If you recognize any problems during coding, feel free to use multiple iterations to polish the end result. Max out your token usage and be methodical, smart, pragmatic, diligent, and creative.
</task>
```
The first idea was kind of bad, but after prompting it to try a second time, the game "Mystery AI" was the result.1 parent b53e27b commit 7372cfc
1 file changed
+1688
-0
lines changed
0 commit comments