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.
- Java version 8 or higher.
# 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
# Again on Git Bash, go to executable folder
cd java-console_chess/bin/java application/Program- 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
| Pawn | Rook | Knight | Bishop | Queen | King |
|---|---|---|---|---|---|
| P | R | N | B | Q | K |

