Skip to content

cywhiz/minichess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minichess

3x3 Java mini chess game created using Minimax AI

Prerequisites

  • Java SDK or JRE 7/8

Installation

  1. Clone this repo or download as zip file and extract to folder.
  2. Open Command Prompt and switch to extracted folder.
  3. Type java Chess or java -jar Chess.jar to run the program.

Usage

alt tag
The rules are the same as the original chess game, except that the pieces are placed in a 3x3 board numbered as follow:
| 0 | 1 | 2 |
| 3 | 4 | 5 |
| 6 | 7 | 8 |
The computer player is black and the human player is white. The legal moves for the current player (white) are shown at the lower-right of the screen. You can either input the moves in the box or click on the chess piece, and press MOVE button. The winner is declared when there are no legal moves left, or it may end up to be a tie game.

About

3x3 Java mini chess game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published