Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 493 Bytes

description.rst

File metadata and controls

24 lines (10 loc) · 493 Bytes

Description

In this project i described about some important notaions in CHESS that are useful for writing code to any given problem on CHESS

let's discuss a problem:

input : A pgn file is given where all the moves in a complete (2 player)chess are noted

output : It should display the final positions of the remaining peices on the board

Note

output can be of any format(diagramatic or FEN notation)

.. toctree::
    :maxdepth: 1

    codes