Files
NowChessSystems/modules/official-bots/src/main/scala/de/nowchess/bot/BotDifficulty.scala
T
2026-04-29 22:06:01 +02:00

8 lines
97 B
Scala

package de.nowchess.bot
enum BotDifficulty:
case Easy
case Medium
case Hard
case Expert