TIC-TAC-TOE! MINIGAME

Adds a Tic-Tac-Toe minigame to your game

  • Delsin7
  • 06/16/2020 12:04 PM
  • 1645 views
This script (TicTacToeDelsinMV) and assets (GameIcons1x96.png and black.png) were made by me, Delsin7. You might recognize the GameIcons1x96 from RMN's Palette Event.

This plugin and the assets are free to use in personal and commercial games if you give me credit.

To install, add the folder to your project folder and overwrite. (Make sure you don't have any assets named the same.)

Alternatively you can manually insert them into the folders.

Once done, simply open RPG Maker MV's Plugin Manager and add the plugin to the list.

Then, go through and change the plugin paramaters as desired.

To play the TTT Minigame, in an event add a Script event and put 'TTT.main();' without quotes. The minigame will start immediately.

Alternately you can use the Plugin Command event and put 'TTT Start' without quotes. When the minigame is over, the rest of the event
will proceed as normal.

Have fun!

Version 1.1

Known Issues: Impossible difficulty is not really impossible. Yet.
Also need to tweak the calculations a bit more for smarter AI.

Details

  • 8.7 KB
  • 126
  • 03/16/2024 03:40 PM

Actions