Hey guys, I’ve been playing around with this prototype for a way to build games using GPT.<p>Some details:<p>- It’s an absolute hack right now; expect bugs and user unfriendliness. Also UI is not fixed for mobile yet (use desktop).<p>- It’s top-down, 2d. You view the world from above, and you can move around by clicking and dragging the world.<p>- It’s using gpt-4-turbo under the hood, and I’m outputting typescript code, which gpt will self-repair when there are type errors.<p>- Here’s a simple example game: <a href="https://prompty-58a21.web.app/dune/play" rel="nofollow">https://prompty-58a21.web.app/dune/play</a><p>So far I’ve been quite impressed with what it can do (thanks to GPT of course), but would love to hear what others think!