-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Guilherme Miranda edited this page Jul 12, 2025
·
2 revisions
Follow these steps to set up and run the Chess System Java project on your local machine.
- Java JDK 11 or later
- Terminal or IDE (IntelliJ, Eclipse, NetBeans, etc.)
-
Clone the repository:
git clone https://github.com/xguimiranda/chess-system-java.git
-
Enter the project folder:
cd chess-system-java -
Compile the code:
javac src/application/Program.java
-
Run the game:
java -cp src application.Program
- White pieces: Uppercase letters
- Black pieces: Lowercase letters (with different color, depending on terminal support)
- For best visualization, use Git Bash (Windows) or a native terminal (Linux/Mac).