Skip to content

Commit

Permalink
Adding Final README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-y9 committed Nov 25, 2023
1 parent 4fd8806 commit c3b1065
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added ChessAI/__pycache__/AI.cpython-310.pyc
Binary file not shown.
Binary file added ChessAI/__pycache__/engine.cpython-310.pyc
Binary file not shown.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<li><a href="#usage">Usage</a></li>
<li><a href="#theory-and-approach">Theory and Approach</a></li>
<li><a href="#future-scope">Future Scope</a></li>
<li><a href="#acknowledgements">Acknowledgements</a></li>
<li><a href="#contributors">Contributors</a></li>

## Demo

Expand Down Expand Up @@ -321,8 +323,20 @@ In summary, alpha-beta pruning allows the algorithm to ignore parts of the searc
More Use of Genetic Algorithm in The AI part</li>
<li>Better tuning of Parameter weights</li>
<li>A database to store player information</li>
<li>More Game Modes</li>
</ul>

## Acknowledgements
Project Mentor <a href="https://github.com/siddheshsingh26">Siddeshsingh Tanwar</a> for
his support and guidance throughout the duration of the project.

<a href="https://github.com/CommunityOfCoders">Community of Coders(COC)</a>
for providing us with the opportunity to work on this project.

## Contributors
<ul>
<a href="https://github.com/Aditya-y9" ><li>Aditya Yedurkar</li> </a>
<a href="https://github.com/Rohan20-10" ><li>Rohan Parab</li> </a>



Expand Down

0 comments on commit c3b1065

Please sign in to comment.