Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 725 Bytes

README.md

File metadata and controls

53 lines (30 loc) · 725 Bytes

🧩 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