Main

dicechess.engine.Main
object Main

Primary entry point for the Dice Chess Engine JVM CLI.

This object owns the interactive JVM terminal lifecycle, managing the JLine LineReader and the event loop. It acts as the boundary where raw terminal input is captured and converted into structured commands.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Value members

Concrete methods

def main(args: Array[String]): Unit