Skip to content

msadeqsirjani/TiredKnight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Banner

Tired Knight

Python License Contributions Welcome

Tired Knight is a minimal chess AI written in Python.

Table of Contents

Installation

To get started with Tired Knight, follow these simple steps:

  1. Clone this repository to your local machine:

    git clone <repo URL>
  2. Change into the project directory:

    cd tiredKnight
  3. Create a virtual environment:

    python -m venv tiredKnight
  4. Install project dependencies using pip:

    pip install -r requirements.txt

How to Run

Now that you've installed the project, you can run Tired Knight by following these steps:

  1. Activate your virtual environment:

    source tiredKnight/bin/activate
  2. Start the chess AI:

    python tired_knight.py

Enjoy playing against the AI!

License

This project is open-source and is licensed under the MIT License. For more details, please refer to the license file.

Contributing

We welcome contributions from the community to improve Tired Knight. If you'd like to contribute, please follow these guidelines:

  1. Fork this repository to your GitHub account.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that the project still works as expected.
  4. Submit a pull request back to the original repository, explaining the changes you made and why they are necessary.

Your contributions are greatly appreciated, and they help make this project even better!

Happy coding! 🚀

Releases

No releases published

Packages

No packages published

Languages