Rustbound-v1.0.0
A text-based adventure game written in Rust where you explore a mysterious world filled with treasures and challenges.
Description
Rustbound is an immersive text adventure that takes you through various locations including mysterious forests, mountain peaks, and hidden treasure rooms. Navigate through the world, discover items, and interact with your environment using simple commands.
Installation
Windows
- Download the
Rustbound.exefile - Double-click the executable to run the game
Building from Source
If you prefer to build from source:
- Ensure you have Rust installed (https://rustup.rs/)
- Clone the repository:
git clone https://github.com/yourusername/Rustbound.git - Build with:
cargo build --release - Run with:
cargo run --release
How to Play
- Use the following commands to navigate and interact:
north,south,east,west: Move in different directionslook: Examine your current surroundingsinventory: Check your inventoryquit: Exit the game
Features
- Explore different locations with unique descriptions
- Movement validation to prevent walking into invalid areas
- Rich environment descriptions
- Simple and intuitive command system
Version
Current Version: 1.0.0
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
If you encounter any issues or have questions, please file an issue on the GitHub repository.