Browse Source

SimpleKI.c angefangen, Hendrik Voß

main
fdai7723 12 months ago
parent
commit
b2e1a5bbbb
  1. 11
      src/SimpleKI.c

11
src/SimpleKI.c

@ -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
}
Loading…
Cancel
Save