Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A small test program to play Chess game.

Compile

Using CMake

  • Install CMake (link)
  • Go to project directory
  • Create a build directory
mkdir build
cd build
  • Configure cmake and build, for example:
cmake ..
cmake --build . -t Chess
  • The executable will be in build/ subdirectory, named Chess or Chess.exe

Using g++

g++ -o Chess main.cpp Position.cpp Piece.cpp ChessBoard.cpp ChessBoard2.cpp King.cpp Queen.cpp Rook.cpp Bishop.cpp Knight.cpp Pawn.cpp

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages