AI Tic Tac Toe

Script AI Tic Tac Toe 0.3

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
Skript 2.6.1
Supported Minecraft Versions
  1. 1.18
AI Tic Tac Toe
This is a tictactoe script made for the new server to make the player stay on the server while there is no one online, There is three difficulty for the AI you can choose between them, HOW TO PLAY? The game is played on a grid that's 3 squares by 3 squares. You are Green, The AI is Red. Players take turns putting their marks in empty squares. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner. When all 9 squares are full, the game is over and it's count as draw.

The CODE is to easy to change !

Code:
options:
#You don't need to change them#
Ai-block: Red Wool
Player-block: Green Wool
Draw-block: Yellow Wool
#Background block#
Background: blue glass pane
#Sounds https://www.digminecraft.com/lists/sound_list_pc.php#
Win-sound: block.anvil.destroy
Lose-sound: entity.player.levelup
Draw-sound: block.note_block.bass



NEED HELP?
DM DISCORD : 2hmd#8724
Author
ApQd
Downloads
644
Views
644
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. Update 0.3

    - Added an options menu - Fixed the hard AI *NOTE THIS UPDATE STILL BETA I WILL ADD MORE LATE*
  2. Update 0.2

    - The AI much smarter now !