Overview
A simple chess visualization tool that reads PGN files.
The game can be viewed either by the command line or through a simple graphical user interface.
Command Line
To display the game on the command line:
``` java PGNViewer -c [name of pgn file] ```Type 'next' to standard in to advance the game board one move
Type 'previous' to rewind the game board one move
Type 'exit' to leave the program
Graphical User Interface
To run the game as a graphical user interface
``` java PGNViewer -s [name of pgn file] ```In the graphical display there are buttons that allow the user to advance or rewing the state of the game.
Dependencies
Java 7