Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Chess Simulation

Introduction of Project

Currently there are no dynamic user interface and functionality is tested by command lines in the form of:

(StartPos, EndPos)

How to Invoke the Program

ChessMain.cpp & SampleGames.cpp contains a collection of the mentioned commands. The main Chess and SampleGames programs can be invoked by:

make (Chess|SampleGames)?
(Chess|SampleGames)

Project Organisation

The implementation of the game engine could be found in ChessBoard.(cpp|hpp), while implementation of other classes (chess pieces, error handling class) could be found in /src

A partial test suite is able to be found in /test, currently it contains unit tests for the Pawn and Knight piece

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages