|
|
|
Show HN: Prompty, build games with GPT (early prototype)
(prompty-58a21.web.app)
|
|
11 points
by FredrikNoren
892 days ago
|
|
Hey guys, I’ve been playing around with this prototype for a way to build games using GPT. Some details: - It’s an absolute hack right now; expect bugs and user unfriendliness. Also UI is not fixed for mobile yet (use desktop). - It’s top-down, 2d. You view the world from above, and you can move around by clicking and dragging the world. - 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. - Here’s a simple example game: https://prompty-58a21.web.app/dune/play 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! |
|