Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess?

How to test it?

# test file path: ./test/*
cargo test --test <test file> #e.g. board_test

# or 
cargo test

# or 
cago test -- --nocapture # see rust print!

How to run it?

cargo run

# or
cargo build --release
./target/release/main #.\target\release\main 

Imgs

Window

Window

Movement

Movement

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages