this post was submitted on 03 Aug 2023
7 points (76.9% liked)
ChatGPT
8901 readers
1 users here now
Unofficial ChatGPT community to discuss anything ChatGPT
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you can't code, what are you going to do when a ChatGPTgenerated game fails a test?
Even a simple video game requires hundreds of hours of play testing.
Depends on how simple you mean. I’ve made countless games that are super simple and took just a couple of hours. I advise that OP makes one of these games and not a “real” game since I honestly don’t think ChatGPT can make a big game without a programmer that knows what they’re doing
This question had me trying to get ChatGPT to code a simple game.
My prompt was "Create a Tetris game using Java Swing". ChatGPT provided code. I copied the code into my IDE and found an entire missing class.
ChatGPT is basically a natural language search engine. If what it finds is wrong, its code will be wrong.