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++
- Host: GitHub
- URL: https://github.com/zdrzalikprzemyslaw/console-chess
- Owner: ZdrzalikPrzemyslaw
- License: apache-2.0
- Created: 2019-12-29T23:39:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T12:51:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T20:12:07.414Z (4 months ago)
- Topics: chess, cli, console, console-application, console-chess, console-gui, cpp, cpp11, game
- Language: C++
- Homepage:
- Size: 5.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Console Chess
Console C++ implenetation of the popular game [Chess](https://en.wikipedia.org/wiki/Chess).## Gameplay
![]()
## 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/)