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.
Unofficial ChatGPT community to discuss anything ChatGPT
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.
It's a tool. It can help you code, but it can't do it all for you. As a beginner, it's extremely useful because you can have it explain things and tell you how to structure things. It can help you build the blocks but you still need to organize the blocks and put them all together to fit your design.
Chatgpt is a bit dated and dumb
It can spot errors in codes and get you started or something if you get stuck
If you wanna make a simple game there are great guides on youtube that show you how do things even without coding knowledge. But then afterwards... you will probably still feel like you dont know how to code
Ifyou just wanna learn basic coding of things, i recommend www.theodinproject.com
Its free, and awesome. It teaches you to make websites, but theres a good amount of fundamental info as well
I have had it make a very very simplified version of the Duolingo match game. It worked but if you asked it to fix something it would fix it but something else would break.
Let's say it could. It wouldn't be perfect. You'd still need to know code to know when the AI is wrong.