prateeksan / chesspi

A database and api for chess games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PGN to DB Interaction Handling

prateeksan opened this issue · comments

Create a class that:

  • Takes an incoming PGN, parses it and saves it in the db as a Game.
  • Takes a Game and converts it to pgn or text for the api.