Dive into the classic world of Chess with this command-line interface version. Crafted in Object-Oriented Python, it offers a unique blend of strategic gameplay and programming elegance.
Rediscover Chess in a new format. This Python application merges the game's traditional complexity with a simple, accessible command-line interface.
- Python 3.8 or later. Download Python
Clone the repository:
git clone https://www.github.com/urmzd/chess.git
Execute using Python:
python src/Chess.py
Or directly (if python3.8
is aliased to python
):
./src/Chess.py
- move: Input a move.
- help: View commands.
- draw: Offer a draw.
Explore these resources for deeper insights into Chess and AI: