Skip to content

A knight's tour demo implemented in Rust using the egui immediate mode GUI.

Notifications You must be signed in to change notification settings

asmarcz/knights-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knight's tour demo

A knight's tour demo implemented in Rust using the egui immediate mode GUI. The goal of the knight's tour is to visit every square on the chessboard exactly once using the knight. This demo allows you to choose the starting square, the dimensions of the chessboard and presents all solutions which are computed in parallel.

Knight's tour GUI screenshot

Run

cargo run

About

A knight's tour demo implemented in Rust using the egui immediate mode GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages