GitHunt
YU

Yunika-Bajracharya/Hungry-Hackee-Hunts

Help Hackee in her walnut heist while visualizing maze generator and different sorting algorithms.

Hungry Hackee Hunts

Help Hackee in her walnut heist while visualizing maze generator and different sorting algorithms.

Demo

Game Idea

Hackee, a ground squirrel, wants to get the walnuts from a tree but cannot jump till there. There is a set of bars before the tree but they aren’t sorted so, she would first need to find a way to sort the bars.

There are two levels.

Level 1 - Hackee in the A'maze'ng Land

  • A maze is generated using recursive backtracking with Depth First Search.
  • Hackee has to solve the maze in order to get the sorting hat.

Level 2 - The Sorting Hat in action

  • There are 15 unsorted bars in front of Hackee.
  • Now that Hackee has got the sorting hat, she can sort the bars using any one of the sorting algorithms.
  • Once the bars are sorted, Hackee can easily jump over them to get the walnuts from the tree.

Algorithms Implemented

Languages

JavaScript70.4%CSS15.8%HTML13.8%

Contributors

MIT License
Created February 4, 2022
Updated December 7, 2024
Yunika-Bajracharya/Hungry-Hackee-Hunts | GitHunt