From 326b2e058c3632a8bc22c8a73dc39afd707a75a1 Mon Sep 17 00:00:00 2001 From: Aayush Shukla Date: Thu, 7 Jul 2022 16:27:01 +0530 Subject: [PATCH] Created a README --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1aee928 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This is a Chess AI currently in development. **It is written completely on Python, so it will be slower** than other AIs out there. Your contribution is fully welcome.