@ -0,0 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include "Spieler.h"
#include "Moving.h"
#include "Schachbrett"
bool einfache_KI(Brett, startX,startY,endX,endY,player){
// Funktion für KI-Gegner
}