diff --git a/README.md b/README.md new file mode 100644 index 0000000..13b448c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +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()); + +?>