A maze solver for solving all the puzzles in the game Helltaker. Also a level creator if you wanted to play more of this amazing game
It was the fall of 2020 and I was playing this game called Helltaker. I was stuck on this puzzle and was challenged by my friend to create an algorithm that could solve the puzzle for me. I accepted the challenge and ended up with this over-engineered solution.
- There is a grid where the player can move up, down, left, right
- If there is an obstacle on the square the player wants to move to, the object gets pushed back. Player stays on the same square
- The player wins if they reach a square next to the goal
- The player has a limited amount of moves to get to the goal
# Run program
dotnet run --project HelltakerHack
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
I am not affiliated with Helltaker's original creator vanripper (Łukasz Piskorz). This product is created out of entertainment only and I do not claim any ownership or rights to their licensed material.