A simple and interactive chess game built by gitbhusalhubpramish. This project aims to provide a user-friendly chess-playing experience, supporting both casual play and practice against AI or another human.
- Full implementation of chess rules (moves, castling, en passant, promotion, check/checkmate)
- Play locally against another player
- Visual board representation
- Simple and clean user interface
- Python 3.x (if the project is in Python)
- pip for installing dependencies
Clone the repository:
git clone https://github.com/gitbhusalhubpramish/chess.git
cd chess
To start the chess game, run:
python main.py
(Adjust the above command according to the main entry point of your project.)
- Start the application and follow the on-screen instructions to play chess.
- Choose your side (white or black) and begin making moves.
chess/
├── player.py
├── main.py
├── boad.py
├── moves.py
├── black player/
├── bishop.png
├── king.png
├── knight.png
├── pawn.png
├── queen.png
└── rook.png
├── white player/
├── bishop.png
├── king.png
├── knight.png
├── pawn.png
├── queen.png
└── rook.png
└── README.md
Contributions are welcome! Please fork the repository and open a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.
Enjoy playing chess! ♟️