This repo contain a simples CLI chess game made in java
- Java SE-17
- Something like eclipse project builder to compille the project
After compile the files, open the directory where the compiled files are and then run this: java application.Program
The chess board consists of rows and columns, to select a piece you must type a position in this pattern: a, b2, g5, f3, etc...
After select a piece you must choose one of the marked positions following the same pattern the piece will move and capture any other piece in the choosen position
- R = rook
- N = Knight
- B = bishop
- Q = queen
- K = king
- P = Pawn
Any other relevant information must be visually represented to the user, you problably will not hava any problems
If you are having problems running the game, open an issue