Tic Tac Toe
Playing a game of Tic Tac Toe with varying board sizes. You can submit your move and get the AI's response move.
This plugin brings the classic Tic Tac Toe game to your chat! Available boards come in various sizes, ranging from 3x3 to 6x6. As you submit your moves, you will receive AI's responses back in no time. And the best part? You can start playing by making the first move, or let the AI do it. The board displays 'X' and 'O' moves in numbers '1' and '2' respectively, and the API response includes a visual representation of the board. Get ready to test your Tic Tac Toe skills and have some fun!
How to
Comments (0)
Try it
API docs
Learn how to use Tic Tac Toe effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to submit my move on a 3x3 Tic Tac Toe board."
-
Prompt 2: "The AI should make the first move on the board."
-
Prompt 3: "I want to submit my move on a 4x4 Tic Tac Toe board with a difficulty level of 2."
-
Prompt 4: "What is the current game status?"
-
Prompt 5: "I want to submit my move on a 5x5 Tic Tac Toe board."
Features and commands
Feature/Command | Description |
---|---|
POST https://api.ludum.dev/v1/tictactoe | This API endpoint allows users to submit their move on a Tic Tac Toe board and receive the AI's response move reflected in the board. The board should be submitted as a single array of integers representing the state of the board, with '1' for 'X' and '2' for 'O'. Users can also specify the difficulty level of the AI and the size of the board. The response includes the updated game board, a visual representation of the board, the game status, and the next player to make a move. |