Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 631 Bytes

File metadata and controls

15 lines (11 loc) · 631 Bytes

ABOUT

A player versus player chess game using the Java Graphical User Interface and its features. It implements basic chess moves such as proper movement, capture, and en passant. It also contains a chess clock on the side to keep track of time. Uses object-oriented programming.

Note: Has some bugs which cause game to gitch. Fixed with restart.

FUTURE IMPROVEMENTS

  • A way to determine check and checkmate
  • Show pieces taken
  • Draw button freezes frame
  • Restart button
  • More asthetically pleasing look in terms fonts, sizing and spacing
  • PvComputer

Created by Praneet Nadella for AP Computer Science final.