![]() |
BitBully 0.0.74
|
Classes | |
| class | Connect4Agent |
Agent interface definitions for Connect-4. This module defines the minimal, structural interface that Connect-4 agents must implement in order to be compatible with the interactive GUI and other high-level components. The interface is expressed using ``typing.Protocol`` to enable static type checking without requiring inheritance or tight coupling between agents and consumers.