Last active
February 4, 2025 06:16
-
-
Save maxim-saplin/72c199cc1d3c9e423f939b12047a7326 to your computer and use it in GitHub Desktop.
Qwen Max Dialog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Proxy (to Random_Player): | |
You are a random chess player. | |
-------------------------------------------------------------------------------- | |
Random_Player (to Proxy): | |
get_legal_moves | |
-------------------------------------------------------------------------------- | |
Proxy (to Random_Player): | |
b7b8,b7g7,b7f7,b7e7,b7d7,b7c7,b7a7,g3g4,g3h3,g3h2,g3g2,g3f2,c3c8,c3c7,c3c6,c3c5,c3c4,c3d3,c3b3,c3a3,c3c2,c3c1,a6a7,h5h6 | |
-------------------------------------------------------------------------------- | |
Random_Player (to Proxy): | |
make_move c3c5 | |
-------------------------------------------------------------------------------- | |
Proxy (to Random_Player): | |
Move made, switching player |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment