Skip to content

Releases: Kalpit75/chessEngine

Chess Engine v1.0.0

26 Apr 05:30

Choose a tag to compare

A fully playable chess game built with Java Swing, featuring a graphical board and a computer opponent.

What's included

Graphical chessboard rendered with Java Swing and bitmap piece images
Single-player mode — play against a computer opponent (AI)
Full chess rule enforcement — legal move validation, check detection
Click-to-move piece interaction

Requirements

Java 8 or later

How to run

  1. Download chessBitmap.jar below
  2. Run: java -jar chessBitmap.jar