diff --git a/README.md b/README.md new file mode 100644 index 0000000..a06fda9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +chessParser +=========== +PHP class for conversion of Chess PGN files to PHP array or JSON. + +This is the chess parser used in DHTML Chess at dhtml-chess.com + +License: GPL + +Example of use: + +getGames()); + +?>