Skip to content

Rustbound-v1.0.0

Latest

Choose a tag to compare

@paxtang21 paxtang21 released this 15 Mar 06:45
· 2 commits to master since this release

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

  1. Download the Rustbound.exe file
  2. Double-click the executable to run the game

Building from Source

If you prefer to build from source:

  1. Ensure you have Rust installed (https://rustup.rs/)
  2. Clone the repository: git clone https://github.com/yourusername/Rustbound.git
  3. Build with: cargo build --release
  4. Run with: cargo run --release

How to Play

  • Use the following commands to navigate and interact:
    • north, south, east, west: Move in different directions
    • look: Examine your current surroundings
    • inventory: Check your inventory
    • quit: 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.