Hi! What did you use for maze generation? (or is it just completely random in this game?)
I made a video about making a maze game a while ago, which you might find interesting:
I saw that video... But I used the recursive backtracking algorithm
The algorithm in the video is also recursive backtracking:) although slightly modified to combine maze generation and sprite generation
I did the same!