Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.38 KB

Java Console Chess ♟️

A console chess game developed during the course Java COMPLETE 2020 Object Oriented Programming + Projects, taught by Nelio Alves, to practice the object orientation paradigm.

Requeriments 🔧

  • Java version 8 or higher.

How to play 🎮

# Clone the repository using a Git Bash (Git Bash can show colors)

git clone https://github.com/roanrobersson/java-console_chess.git 

# Import the project in Eclipse or any other Java IDE

# Build the project

# Again on Git Bash, go to executable folder

cd java-console_chess/bin/

# Run the game

java application/Program

Information 📝

  • For move a piece, type your position to select it, then type the destination of the selected piece in the format line +column, eg: e1

Pieces symbols

Pawn Rook Knight Bishop Queen King
P R N B Q K

Class diagram