AI-Riddle 3D Maze
A 3D maze game in which the player solves riddles to progress through each chamber. Riddles are generated at runtime by calling OpenAI's ChatGPT API directly from Unity/C#, so no two playthroughs are the same. Explored prompt design, request latency handling, and gracefully falling back when the model returned unexpected output.