donedgardo / top-down-pathfinding-rust-game

This is a project made to discover the viability of a top down pathfinding game (eg, sc2, diablo series, league of leagends etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top-Down Pathfinding Game in Rust

Overview

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.

Features

  • 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.

Prerequisites

  • Rust Programming Language
  • Cargo Package Manager

Installation

  1. Clone the repository:
    git clone https://github.com/donedgardo/top-down-pathfinding-rust-game.git
  2. Navigate to the project directory:
cd top-down-pathfinding-rust-game
  1. Build the project:
cargo build
  1. Run the game:
cargo run

Usage

  • 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.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

This is a project made to discover the viability of a top down pathfinding game (eg, sc2, diablo series, league of leagends etc)


Languages

Language:Rust 100.0%