Skip to content

Welcome to the Chess Game and ChessBot project! This repository contains the source code for a classic chess game and an accompanying chess-playing bot.

License

Notifications You must be signed in to change notification settings

Bilguun04/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game

This is a simple chess game implemented in Python using the python-chess and pygame libraries.

Features

  • Command-line interface for entering moves.
  • Graphical display of the chess board and pieces.
  • Validation of user moves.
  • Detection of game end conditions (checkmate, stalemate, etc.).

Requirements

  • Python 3.6 or higher
  • python-chess library
  • pygame library

Usage

  1. Clone this repository.

  2. Install the required libraries using pip:

    pip install python-chess pygame
  3. Run main.py to start the game:

    python main.py

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the terms of the MIT license.

About

Welcome to the Chess Game and ChessBot project! This repository contains the source code for a classic chess game and an accompanying chess-playing bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages