pefelippe / PGN-Viewer

Portable Game Notation Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualizador de jogadas de Xadrez.
Roda uma simulação do jogo lendo as jogadas do arquivo em formato PGN(Portable Game Notation).

Como Rodar:

   git clone https://github.com/pefelippe/Visualizador-PGN
   cd Visualizador-PGN
   make
   make clean       # opcional
  ./main {jogada}   # passe uma das jogadas em formato .pgn

Links Úteis:

Observação

A notação das jogadas estão em inglês

  • R : Torre (Rook)
  • N : Cavalo (Knight)
  • K : Rei (King)
  • Q : Rainha (Queen)
  • B : Bispo (Bishop)
  • p : Peão (resolvi indicar 'p' para peão)

About

Portable Game Notation Viewer


Languages

Language:C 99.4%Language:Makefile 0.6%