Skip to content

jbirkenmaier/chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-game

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

About

Building a basic chess game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages