The Coolest Chess
  • The Chess Documentation
    • Chess Game Introduction
    • Essential Prefabs
    • Components
  • Importing Stockfish AI
  • Controller
    • Base Controller
    • Two Player Controller
  • The UIs
    • Button Prefabs
    • UI Events
    • Enquiry
    • Replacing UI
    • Others
  • Scenes Details
    • ChessPGN
    • ChessPuzzleEditor
    • ChessPuzzle
    • ChessAI
  • Honorable Mentioned
    • ChessBoard class
    • GUI Classes
    • Game Logic Classes
    • The Architecture Notice
  • Customization
    • Time AI
    • AI Draw Game
    • TypeI AI
    • TypeII AI
    • Event Based Functions
    • Chess Game Finishing Rule
  • Unit Tests
Powered by GitBook
On this page
  1. Scenes Details

ChessAI

PreviousChessPuzzleNextHonorable Mentioned

Last updated 3 months ago

For each AI level, four different comment can be assigned on ChessAIDrawCommentSO scriptable object for when AI declined draw offered made by the player, including the one for early game(Too Early Comment), while AI having a huge avantage(Optimistic Comment), still eager to continue playing(Still Want To Play Comment) and straight away reject(Reject Comment). See for more.

The location of all the scriptable object is located at path Resources/ScriptableObjects/ChessAI/DrawComments

customization