Skip to content

gitbhusalhubpramish/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

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.

Features

  • 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

Getting Started

Prerequisites

  • Python 3.x (if the project is in Python)
  • pip for installing dependencies

Installation

Clone the repository:

git clone https://github.com/gitbhusalhubpramish/chess.git
cd chess

Running the Project

To start the chess game, run:

python main.py

(Adjust the above command according to the main entry point of your project.)

Usage

  • Start the application and follow the on-screen instructions to play chess.
  • Choose your side (white or black) and begin making moves.

Project Structure

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   

Contributing

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! ♟️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages