Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

Chess_Game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Chess Game



Description

-Chess is a board game for two players. Chess is a game played between two opponents on opposite sides of a board containing 64 squares of alternating colors. Each player has 16 pieces: 1 king, 1 queen, 2 rooks, 2 bishops, 2 knights, and 8 pawns. -The goal of the game is to checkmate the other king. -This project is built on a basic web tech stacks such as HTML, CSS and Javascript.

functionalities

  • All the chess pieces are draggable
  • place your chess pieces on your desired location.

How to play?

  • Both the players can play by dragging a piece to your desired location.
  • Capture opponent's pieces
  • At last, the player whose king is left, wins the game.

Screenshots


![image](../../assets/images/Chess_Game.jpg)