Skip to content

ZackFred07/Chess-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHESS A.I.: FishStock Version Beta 1.0

Downloading FishStock:

This project is ongoing and changes are being made on a weekly basis, keep this into consideration if you are considering downloading the engine, as if you want to update you may need to pull changes from the repository.

Step 1:

Find the location on your computer that you would like to save FishStock to.

Step 2:

If you are using Windows, open up Command Prompt and cd into where you would like to save it. If you are using MacOS, do the same except using Terminal If you are using Linux, do the same except using Command Line

Step 3:

Enter the following command into your terminal: git clone https://github.com/Quinn-Barber/Chess-AI.git If git is not installed, it must be installed for this to work.

Step 4:

Open the project in the IDE of your choice. Recommended: PyCharm: Community Edition

Step 5:

Make sure your python interpreter is set up on Python 3.9 or 3.10, have the following libraries installed:

chess-board

chess.svg

pygame

Step 6:

Run play_chess.py and move pieces by dragging and dropping the piece. You can change the depth of the engine in the same file when it calls the engine.py function, as it passes a depth. If your move is not initially displayed try waiting a bit, the engine is still a work in progress and could be slow! Thanks!

Contributing

FishStock is an open-source project and is being worked on by a team of developers. If you would like to contribute, try commenting on an issue that you would like to work on and we will get back to you as soon as possible! We are using this project as a learning experience and would love for you to learn something out of it with us!

Happy Hacking!

About

Chess Engine in progress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%