This is a Java-based PGN (Portable Game Notation) chess game reader with a graphical user interface (GUI). It allows users to parse and view chess games stored in PGN format. The program provides an intuitive way to navigate through chess games and analyze moves.
-
Clone the repository to your local machine:
git clone https://github.com/mehdimhb/pgn-reader.git
-
Compile and run the Java program::
cd pgn-reader javac Main.java java Main
This project is licensed under the MIT License. See the LICENSE file for more information