discord-tictactoe
Version:
A modern Discord Bot for playing Tic-Tac-Toe
11 lines (10 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AIDifficultyLevel = void 0;
var AIDifficultyLevel;
(function (AIDifficultyLevel) {
AIDifficultyLevel["Easy"] = "Easy";
AIDifficultyLevel["Medium"] = "Medium";
AIDifficultyLevel["Hard"] = "Hard";
AIDifficultyLevel["Unbeatable"] = "Unbeatable";
})(AIDifficultyLevel || (exports.AIDifficultyLevel = AIDifficultyLevel = {}));