02-23-2023, 10:36 PM
(02-22-2023, 05:26 AM)mnrvovrfc Wrote: Despite what I said earlier, I was a bit amused with how a couple of other members of this forum interacted with it. Like the first thread by madscijr that I read about it, to build some text-only adventure LOL.
First I tried to get it to implement an associative array, and it worked.
Then I asked it to optimize it with hashing, but it only showed part of the solution.
It seems it only outputs a page at a time!
I had to ask it to show the rest of the program, and it did!
The one-page-at-a-time problem got ridiculus when I asked it to make a 2-player Spacewar! game.
I had to ask it "show the rest" a total of 21 times!!!
And each time, it was as if it had re-created the entire solution from scratch,
and it was slightly different than the previous time.
Seems if you ask it to do something multiple times, it might not do it exactly the same each time.
So piecing together all the code that it spat out was a little disjointed.
Yet another unfinished project was fixing it to get it to actually run (yeah right).
Does anyone know if there is some way to get it to output the whole answer at once, or do you have to sign up for a paid account?
has anyone had ChatGPT write QB64 code yet?
wrangling chatgpt to get it to write a more complex program - Spacewar!