Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 237 Bytes

Chess Tree

A c++ program that builds a graph of all possible piece positions on chess board

Piece positions are represented by nodes

Moves are represented by branches

This project is developed on Windows 8 using Visual Studio 2019