Click here to Skip to main content
15,868,016 members
Articles / Programming Languages / C++

Chess Console Game in C++

Rate me:
Please Sign up or sign in to vote.
5.00/5 (17 votes)
5 Oct 2022CPOL10 min read 198.3K   5.1K   28  
Simple chess game, written in C++, that runs in a console. Made for didactic purposes and fun :)
This article is about a simple chess game in C++ that runs in a console. All input is taken from the keyboard, and for that, it uses the Coordinate Notation.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer
Brazil Brazil
Team lead | Developer | Localization
https://jeromevonk.github.io/

Comments and Discussions