Skip to content

ykcilborw/Joust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Joust

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

About

Visualizer for .pgn file recorded chess games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages