Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T20:17:19.000Z (9 months ago)
- Last Synced: 2024-04-01T20:47:04.290Z (9 months 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! ♟️![Chess-image](chess_main.gif)
## 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