GitHub - piyushtechsavy/bloxroz-solver

· GitHub

1 min read Original article ↗

Repository files navigation

Bloxroz is a famous brick game and puzzle. Check the game here : https://bloxorz.io/

This program initializes the gameboard for level and find a solution for the puzzle using a BFS(Breadth First Search).

Useful for learning algorithms and implementing in a fun way.