https://github.com/harry-hopkinson/chess-commandline
Chess in the Command Line
https://github.com/harry-hopkinson/chess-commandline
Last synced: about 1 year ago
JSON representation
Chess in the Command Line
- Host: GitHub
- URL: https://github.com/harry-hopkinson/chess-commandline
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-01-05T16:36:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:56:23.000Z (over 2 years ago)
- Last Synced: 2025-05-13T14:17:20.363Z (about 1 year ago)
- Language: Python
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chess-commandline
Chess in the Command Line using the Chess Module
Can detect Checkmates, Illegal Moves and En Passant.
## Running
### Run with the terminal
```
cd src
python main.py
```
### Cancel Program
Control + C
# Usage
Use chess notation with Capital Letters e.g Nf3 or Exd4.