Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 154 Bytes

File metadata and controls

5 lines (3 loc) · 154 Bytes

simple sokoban in rust to learn the language

cargo run -- PathOfALevel to run

logic was pretty easy but the parsing of a txt file was a little tricky