I want to build a basic chess board where users will be able to play.
Future goals:
-Being able to import PGN Data and replay games
-Displaying the notation of the moves played
-Multiplayer function, including the possibility for Hand-And-Brain-Chess
Current progress:
12-08-23: You are able to move the pieces by entering the moves using the console.
14-08-23: Pieces now can be captured
example:
Piece name: n # n=knight
Enter start: b1 # The square that the piece you want to move stands on
Enter target: c3 # The square you want to move your piece to
piece names:
p = pawn
n = knight
b = bishop
r = rook
q = queen
k = king