A command-line chess game written in Java.
- JAVA 17
- Bash
First you have to copy next line
https://github.com/felipersteles/xadrez-java.git
And open your git bash:
# Cloning the repository
$ git clone https://github.com/felipersteles/xadrez-java.git
# Before run the program
# I recommend you to
# confirm you have Java
# doing:
$ java -version
java version "17.0.6" 2023-01-17 LTS
Java(TM) SE Runtime Environment (build 17.0.6+9-LTS-190)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.6+9-LTS-190, mixed mode, sharing)
After it you just need to run the game present in the start file. Still in the bash you must run the following command
# Running the project
$ sh ./start.sh
TODO: Explain performChessMove() no ChessMatch
I based myself on the tutorial of this web course made by Nelio Alves.
