feat: Introduce Participant trait and update GameEngine to support bot participants
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "label": "Participant.scala", "file_type": "code", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L1"}, {"id": "participant_human", "label": "Human", "file_type": "code", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L6"}, {"id": "participant_botparticipant", "label": "BotParticipant", "file_type": "code", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L7"}], "edges": [{"source": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L3", "weight": 1.0}, {"source": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "target": "participant_human", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L6", "weight": 1.0}, {"source": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "target": "participant_botparticipant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L7", "weight": 1.0}]}
|
||||
Reference in New Issue
Block a user