iolivia / rust-sokoban

Rust Sokoban book and code samples
https://sokoban.iolivia.me
MIT License
155 stars 29 forks source link

Use VecDeque queue instead of Vec stack for InputQueue #91

Open fineconstant opened 3 years ago

fineconstant commented 3 years ago

Fixes #87