/jchess

A simple chess engine :video_game:

Primary LanguageJavaMIT LicenseMIT

JChess

JChess is a simple chess engine implemented using Java.

Quick Start

The ant build system is required for compilation.

  1. Compile the program.

    ant compile
    
  2. Create the .jar executable.

    ant jar
    
  3. Run the program.

    ant run
    
  4. Remove the build files.

    ant clean
    

Features

  • Graphical user interface.
  • Three levels of AI difficulty.
  • Customisable piece icons.
  • Timers.