https://github.com/dev0guy/chessgame
♟️ ChessGame: A Rust-based chess engine
https://github.com/dev0guy/chessgame
Last synced: 24 days ago
JSON representation
♟️ ChessGame: A Rust-based chess engine
- Host: GitHub
- URL: https://github.com/dev0guy/chessgame
- Owner: dev0Guy
- Created: 2025-01-13T19:50:32.000Z (over 1 year ago)
- Default Branch: dev-initlization
- Last Pushed: 2025-01-22T05:56:56.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:36:29.160Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChessGame
Welcome to **ChessGame**, a Rust-based implementation of a chess game! This project is designed to provide a simple and extensible chess game engine with a focus on clean, modular design and adherence to Rust best practices.
## Features
- **Interactive Command Line Interface**: Play chess using simple text commands with an intuitive interface.
- **Move Highlighting**: See available moves for a selected piece.
- **Command Help**: Receive guidance on available commands during gameplay.
- **Checkmate Detection**: Automatically detects when a game is over due to checkmate.
- **Extensibility**: Add or modify game rules easily using the clean code structure.
## Gameplay Screenshots
### Starting Board

### Making a Move

### Available Commands Help

### Show Available Moves

## How to Play
1. Run the game using the provided Rust executable:
```bash
cargo run