|
|
|
|
|
by stnmtn
656 days ago
|
|
Wow. I typed in: Create a page that has a snake game clone that you can control with the keyboard. Within <20 seconds, i was playing it. That was crazy. I then asked it to add better graphics, retro-style. And add a counter displaying the current snake length. And then finally, add a high score tracker after the game ended.
Adding the tracker caused an error, and I told it to fix the error. It looked at the logs and fixed it. There is still a bug where the top 10 scores all update at once, but I'm sure if i didn't hit the free credit limit on the site I could ask it to fix that. I did all of this within ~3 minutes. It works, and while it is very suboptimal (it plays Snake using basic React state code, not ideal lol), the speed of this and how surprised I am reminds me of the first time I talked with ChatGPT 2 years ago. Amazing work. I don't know if these are shareable, but this is the link I'm using to view the page it built: https://preview--arrow-snake-adventure.gptengineer.run/ |
|