Skip to content
/ chess Public

A little C++ study project to explain OOP and other basic programming concepts

Notifications You must be signed in to change notification settings

feakuru/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

CircleCI

This is a simple chess implementation that can be used as an example to explain some basic concepts of programming.

Testing

To run tests:

  1. Install CPPUnit
  2. Run make test
  3. The generated test executable is runnable and will display results.

About

A little C++ study project to explain OOP and other basic programming concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published