An open API service indexing awesome lists of open source software.

https://github.com/zdrzalikprzemyslaw/console-chess

Console text-based implementation of Chess in C++
https://github.com/zdrzalikprzemyslaw/console-chess

chess cli console console-application console-chess console-gui cpp cpp11 game

Last synced: 2 months ago
JSON representation

Console text-based implementation of Chess in C++

Awesome Lists containing this project

README

        

# Console Chess
Console C++ implenetation of the popular game [Chess](https://en.wikipedia.org/wiki/Chess).

## Gameplay

Gameplay Screenshot



## Usage
Run the Main CmakeList.txt using Cmake

## Requirements

Requires the boost libraries to work

## Features
* Save game to file
* Game timer
* AI support

## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)