Skip to content

Danitiate/HelltakerHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelltakerHack

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

Background

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.

Game Mechanics

  • 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

Usage

# Run program
dotnet run --project HelltakerHack

Contributing

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.

Disclaimer

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.

About

Level creator and hack for solving the puzzles in the Helltaker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages