This is a simple console-based Sokoban game written in Rust. It is my first Rust project, created as a learning exercise after completing the third chapter of "The Rust Programming Language" book.
At the end of Chapter 3 in The Rust Programming Language, the authors encourage readers to stop and try writing some Rust code before moving forward. This project is my attempt to apply what I've learned so far.
https://kyivfortress.net/base-z47/index.html
- Basic Sokoban mechanics
- Console-based interface
- Written in beginner-friendly Rust code
This project is a learning exercise and may not follow best practices or advanced Rust patterns. Feedback and suggestions are welcome!
As I continue learning Rust, I may improve this project by:
- Adding more levels
- Implementing a better input system
- Enhancing performance and code structure
- Install Rust from rust-lang.org
- Clone this repository:
git clone https://github.com/KirinDenis/Base-Z-47-Rust-Game.git
- Navigate to the project folder:
cd baze-z47 - Run the game:
cargo run
This project is open-source and available under the MIT License.
Happy coding!
