Skip to content

Find the shortest sequence of commands necessary to reach the destination

Notifications You must be signed in to change notification settings

nicolasraube/recursive-pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PathFinder.java contains the main method.

The program recursively finds commands that will lead the player to the destination. On the way there is water, and blocks that can be picked up and placed down. The player cannot walk forwards if the height difference to the next position is greater than one block. The program will find the shortest sequence of commands necessary to reach the destination.

Developed for a task in class at TUM.

About

Find the shortest sequence of commands necessary to reach the destination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages