Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 421 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 421 Bytes

chess-game

a chess game using vanilla javascript, HTML, and CSS

Current Functionality

  1. Movement logic for pieces
  2. Logic for validating moves
  3. Points Table
  4. display current player
  5. Single Player
  6. Drag and Drop pieces

To be implemented:

  1. checkmate
  2. check
  3. Pinning pieces
  4. En passant
  5. Reset
  6. fix to have white as first player
  7. Stopwatch

Chess-game-showcase