Skip to content

24seconds/rust-15-puzzle-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 rust-15puzzle-cli

15 puzzle terminal game written in Rust!

Demo

Game playing screenshot

DarkMode

LightMode

Finishing screenshot


🎮 How to use?

Cargo run!

$ cargo run --release

Commands

Move: ↑,↓,←,→ or w,s,a,d
Quit : q
New game : r
Pause : p

Installation

For rust users

$ cargo install rust-15-puzzle-cli