Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 381 Bytes

Running the project

run the code using the following command

dart run ./bin/slider_puzzle.dart <filename>

replace with a puzzle file name.

Build the project using the following command

dart compile exe ./bin/slider_puzzle.dart -o slider_puzzle.exe

Run the binary using the following command

slider_puzzle puzzle04.txt