Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitsmt211 committed Sep 27, 2023
1 parent 93745c5 commit 2446f72
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# chess-game
a chess game using vanilla javascript, HTML, and CSS

Current Functionality

1. Movement logic for pieces
1. Logic for validating moves
1. Points Table
1. display current player
1. Single Player
1. Drag and Drop pieces

To be implemented:

1. checkmate
1. check
1. Pinning pieces
1. En passant
1. Reset
1. fix to have white as first player
1. Stopwatch


![Chess-game-showcase](resources/chess-project.png)

0 comments on commit 2446f72

Please sign in to comment.