https://github.com/steponask/chess-cli
♟️ Play chess in your console
https://github.com/steponask/chess-cli
chess chess-cli chess-cpp cpp
Last synced: 9 months ago
JSON representation
♟️ Play chess in your console
- Host: GitHub
- URL: https://github.com/steponask/chess-cli
- Owner: SteponasK
- License: mit
- Created: 2023-10-25T17:10:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T20:17:19.000Z (about 2 years ago)
- Last Synced: 2025-03-20T17:17:51.513Z (about 1 year ago)
- Topics: chess, chess-cli, chess-cpp, cpp
- Language: C++
- Homepage:
- Size: 926 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: READMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess CLI♟️
Play chess in your Console! Control both White & Black pieces! ♟️

## Description
* Play chess in your Console. You control both white & black pieces.
* To move write starting square & destination square.
For example: a2 a5
## Getting Started
### Dependencies
* C++ compiler
### Installing
* Clone this project:
```bash
git clone https://github.com/SteponasK/Chess-CLI
```
### Executing program
* Change directory:
```bash
cd Chess-CLI
```
* Open your IDE of choice
* Compile the project
* Enjoy!
## Authors
Contributors names and contact info
* Author - [Steponas K](https://github.com/SteponasK)
## Version History
* 0.1
* Initial Release
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details