/chess-game

Primary LanguageJavaScript

Chess Game with Stockfish AI

Welcome to the Chess Game project! This JavaScript-based chess game incorporates the powerful Stockfish chess engine to provide a challenging computer opponent.

Try the game: Chess-Game

Youtube Video: Link

About

This project is a simple yet feature-rich chess game implemented in JavaScript. The game includes an Oper Source AI Stockfish chess engine. it is majorly made to practice JavaScript, learning and implementing the concept of Object Oriented Programming and DOM manipulation.

Features

  • Human vs. Human: Play against a friend, both sides can be controlled.
  • Human vs. Computer: Play against Stockfish, a strong open-source chess engine.
  • User-Friendly Interface: The game features a clean and intuitive interface for a seamless gaming experience.
  • Responsive Design: Enjoy the game on various devices, as the interface adapts to different screen sizes.
  • Major Fearure: It has many features like checkmate, not killing king, suggestions, enpassant, Short side and long side castling

Technologies Used

  • Javascript
  • HTML
  • CSS

Installation

  1. Clone this repository.
  2. Open index.html in your browser (make sure to open with live server).

Contact

If you have any suggestions or feedback, you can reach out to me at Linkedin.

Glimps

image

Video

chess-game-demo.mp4

Acknowledgments