Skip to content

Two player C++ chess πŸ† program, made with 2D arrays and OOPS concepts.

License

Notifications You must be signed in to change notification settings

Vignesh227/chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Chess-game

A C++ chess program for two players, made with 2D arrays and OOPS concepts.

It is a simulated replica of the real-world chess game, which includes

  • En-passant
  • Pawn promotion
  • King side and Queen side Castling

Inital Chess Board

chess

Normal Moves

chess2

Invalid Move

chess3

King-side Castling

chess4

Queen-side Castling

chess5

Capturing a Piece

chess6

Check Condition

chess-check

Checkmate

chess-check-mate

New-game

chess-newgame

About

Two player C++ chess πŸ† program, made with 2D arrays and OOPS concepts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages