Fully functioning chess application I'm building to practice C++
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Start fleshing out Chess class and isValidMove logic for pawns
863dc44View on GitHubImplement a describe board function in main so that a fully functional chess board displays in the console
533800dView on GitHubRename Pawn and Empty to PiecePawn and PieceEmpty, clean up a bit
c108c57View on GitHub