Browse Source

SimpleKI.h erstellt, Hendrik Voß

main
fdai7723 11 months ago
parent
commit
a2c4fe3f98
  1. 11
      src/SimpleKI.h

11
src/SimpleKI.h

@ -0,0 +1,11 @@
#ifndef SIMPLEKI_H
#define SIMPKLEKI_H
#include <stdio.h>
#inlude "Moving.h"
#include <stdbool.h>
#include "Schachbrett.h"
#include "Spieler.h"
bool einfache_KI(Brett, startX,startY,endX,endY,player);
#endif
Loading…
Cancel
Save