From a2c4fe3f9890d5e1b866f875887ac2b2bfdd9c83 Mon Sep 17 00:00:00 2001 From: fdai7723 Date: Thu, 8 Feb 2024 13:26:56 +0000 Subject: [PATCH] =?UTF-8?q?SimpleKI.h=20erstellt,=20Hendrik=20Vo=C3=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SimpleKI.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/SimpleKI.h diff --git a/src/SimpleKI.h b/src/SimpleKI.h new file mode 100644 index 0000000..2b5b63c --- /dev/null +++ b/src/SimpleKI.h @@ -0,0 +1,11 @@ +#ifndef SIMPLEKI_H +#define SIMPKLEKI_H +#include +#inlude "Moving.h" +#include +#include "Schachbrett.h" +#include "Spieler.h" + +bool einfache_KI(Brett, startX,startY,endX,endY,player); + +#endif