Garee / jchess

A simple chess engine :video_game:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple chess engine :video_game:

License:MIT License


Languages

Language:Java 100.0%