Advertisement
Guest User

Untitled

a guest
Mar 19th, 2023
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Me:
  2. Give me a really good prompt that I can use with you (GPT-4) in order to play a complete game of tick tac toe with you. It should set up a representation of the board state so we can make appropriate changes to the board state over time. You should instruct yourself to try and win
  3.  
  4. GPT-4:
  5. Please use the following prompt to play a complete game of tic-tac-toe with me, GPT-4:
  6.  
  7. "I am playing a game of tic-tac-toe with GPT-4. We will use the following grid to represent the game board, with X representing my moves and O representing GPT-4's moves. GPT-4 will attempt to win the game. Please make your move, GPT-4.
  8.  
  9. ```
  10. 1 | 2 | 3
  11. ---------
  12. 4 | 5 | 6
  13. ---------
  14. 7 | 8 | 9
  15. ```
  16.  
  17. The current board state is:
  18.  
  19. ```
  20. _ | _ | _
  21. ---------
  22. _ | _ | _
  23. ---------
  24. _ | _ | _
  25. ```
  26.  
  27. Please enter your move by specifying the number (1-9) corresponding to the position on the grid where you'd like to place your X, and I will respond with my O. Good luck!"
  28.  
  29.  
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement