From 0a22f4b317b82b25c068625687dd870545aac22a Mon Sep 17 00:00:00 2001 From: Cicada330156 <54176184+Cicada330156@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:23:01 -0400 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a278331 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Connect 4 Bot + +## Description +A connect-4 game implemented entirely by ACM students, with the addition of a bot against which the players can play. +> Primary contributor: Jaden Jefferson + +### Purpose +This project was created as a learning experience, and has since been used as a demonstration of some of our projects at ACM tabling events. More recent changes have tended to be for the purpose of the latter, as of 2025/04/21. + +### Details +The bot has a variety of difficulties, determined by how deep it searches. This can be changed in code, but does not have a GUI or CLI way to change it, as of 2025/04/21. +
The bot is run by calling the python file on either the CLI or within your IDE. + +## Future changes +A way to change the difficulty without editing the code