#Chess Board
32 messages · Page 1 of 1 (latest)
Queen to E4
This is what I get
Maybe preface it with "i will give you moves, and you will will output the text and table if the move is legal. If the move is illegal, say so, and await my next move.
"*
How should I change the prompt, to get your result instead? @ionic zinc
Maybe something has changed on chatGPT. It no longer works for me either. I found another solution:
Provide a markdown table with chess pieces on it .
Use unicode characters for big chess pieces.
Include column letters and the row numbers in the table.
What is "markdown"?
Like HTML and XML language of Web browser
I have seen this (markdown table) in other posts. I found this solution by trial and error
cannot get the same output now.
What is your prompt?
Same as yours
The first or the second one?
Here it is
Could you please try the prompt from my reply to beefcheong
Maybe something has changed on chatGPT. It no longer works for me either. I found another solution:
Provide a markdown table with chess pieces on it .
Use unicode characters for big chess pieces.
Include column letters and the row numbers in the table.
Still getting same result
Now I get the same bad result as yours. It worked before.
Could you please try adding this command: "Do not use the code window."
I cannot try it now because I have: [Too many requests in 1 hour. Try again later].
Provide a markdown table with chess pieces on it . Use unicode characters for big chess pieces. Include column letters and the row numbers in the table. Do not use a code window.
...
you used a code window
I did not get the same results
That is a mystery to me. Solving it could bring a gain in knowledge.🤔
Maybe you need a consistent prompt in one prompt which will give brief instructions about this.
The AI isn't aware that the chat interface renders markdown so try to phrase your requests with that in mind. the ai is really just returning plain text as far as it knows
use markdown formatting to write a table that looks like a chessboard with colored chess pieces on it and has labeled axis
should work pretty well
takes forever tho
It is a nice and straightforward solution.
The black and white pieces are the same size and look good in contrast to the prompt results before.
But it does not work for me.
hm. I interesting. well you can tell it not to use a "code block, fenced text or `s at all." that's what I do when this kind of thing happens unexpectedly
the plain text it is writing is something like
```
bunch of text
```
and those are the names it is called in formatting guides
Tried to get it to move pieces (from a full board) and suddenly loads disappear, yet ai thinks they have already been moved. When called out, states it will redraw the board correctly but pieces are still missing. (The () around pieces was because I couldn't get it to make fully black pieces)