Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mini-game Maze Path Finding #414

Closed
6 tasks done
EllaBerglas opened this issue Sep 26, 2024 · 0 comments
Closed
6 tasks done

Mini-game Maze Path Finding #414

EllaBerglas opened this issue Sep 26, 2024 · 0 comments

Comments

@EllaBerglas
Copy link
Contributor

EllaBerglas commented Sep 26, 2024

Description

Task: Mini-game Maze Path Finding
Feature: Underwater Maze Mini-Game

Path finding is used in the Maze mini-game to allow NPC's to find the player and "chase them". This class is attaced to the angular fish and Eel NPC's (through the MazeHuntTask). This can also be applied generally from the entity it is attached to any location on the maze.

Dependencies

Milestones

List of steps that need to be completed for this task.

  • BFS algorithm made (Sept. 26)
  • Attatch to entity (Sept. 26)
  • Knockback once target is found (Sept. 26)
  • Testing (Sept. 26)

Completion Deadline: Sept. 26

Documentation

Wiki: https://github.com/UQcsse3200/2024-studio-2/wiki/Underwater-Maze-Mini%E2%80%90Game
Maze Mini_Game Javadoc: https://uqcsse3200.github.io/2024-studio-2/com/csse3200/game/minigames/maze/package-summary.html

Member

James King
@jakingy
jakingy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants