Markadiusz / chess

A project for a Rust course at MiMUW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess

A project for a Rust course at MiMUW.

A mostly functional chess engine.

The game lasts until one of the kings is captured. There is no En Passant.

Available game modes:

2 Players

1 Player (vs AI)

0 Players (2 AIs battling each other)

Setup

Build

cargo run --release -- x y

x - number of human players (optional, default = 1)

y - AI search depth (optional, default = 6)

chess

About

A project for a Rust course at MiMUW


Languages

Language:Rust 100.0%