Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Docs

Dependencies

Handler
| <- Action
| <- Board
| <- FEN
| <- History
| <- State

Action
| <- Point

Board
| <- Direction
| <- Point

FEN
| <- Square
| <- State

History
| <- Point

State
| <- Piece
| <- Point

Piece
| <- Direction
| <- Point
| <- Square

Point
| <- Direction

Square
| <- Point

Describtion