This repository contains the source code for a top-down pathfinding game implemented in Rust. The game features a rich set of functionalities, including camera controls, game state management, resource gathering, and more.
- Camera Controls: Navigate through the game world with ease.
- Game State Management: Efficiently manage the game's states and transitions.
- Pathfinding Algorithms: Implement advanced pathfinding algorithms for character movement.
- Resource Gathering: Collect gold and other resources during gameplay.
- UI Components: Intuitive user interface for a better gaming experience.
- Rust Programming Language
- Cargo Package Manager
- Clone the repository:
git clone https://github.com/donedgardo/top-down-pathfinding-rust-game.git
- Navigate to the project directory:
cd top-down-pathfinding-rust-game
- Build the project:
cargo build
- Run the game:
cargo run
- Use
W
,A
,S
,D
keys to move the camera. - Click on the resources to gather them.
- Use the UI buttons to perform various actions.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details.