Skip to content

muratkurtkaya/Console-Based-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C console based chess game with unicode characters.

Save and load options are avaliable.
Special moves such as castling and en passant are avaliable. After each move current player and her/his remeaning time is shown.
In order to play the game, compile the chess.c ($gcc chess.c).

Type "s" in order to save the game, "m" in order to got to the menu.

Main Menu and Start Screen

chess_1

Saving and loading

The game state is saved when returning to the menu("m") or typing "s" while playing.
chess_1_save_load

Special Moves

Castling

In order to perform castling, first type king's position then rook's position. castling

En Passant

chess_passant

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages