/command-line-chess

A two-player version of chess for the command line

Primary LanguageJava

[Chess] (http://github.com/paulzs/command-line-chess)

Overview

A two-player version of Chess for the command line written in Java.

Features

A gameboard will be drawn at startup and for each turn of the game.

The player enters the move they wish to make in the "FileRank FileRank" format eg. "e2 e4" and ENTER to execute their move.

A usage menu is available by entering "-h" ENTER

Installation

  1. Download the repository.

  2. Compile the Chess program in the directory where it is downloaded using:

cd src
javac *.java
  1. Launch the Chess program using:
java Chess
  1. Find a buddy and play!

Errors and Testing

Let me know if there are any errors!