Second Raylib game in C - The Endless Dungeon

The next assignment was to create an Endless Dungeon game in C in 2 weeks.

The goal of the assignment was to learn how to use different algorithms to generate an Endless Dungeon. I decided to make a clone of the 1984 game Rogue instead of a classic random maze game.

I used the Manhattan Distance algorithm to create the corridors connecting the different rooms.

GitHub Link