awesome aesthetic :O i found the gold after a few tries, once i got the hang of it the gameplay felt a bit lacking in depth still making a jam entry completely in the console is really cool im curious how you programmed this !!
Viewing post in 45 Seconds jam comments
Thanks for the feedback! Yes, the game loop is quite repetitive and I might change it post jam. For the implementation, I followed lode’s guide on raycasting and adjusted it to work with my own ascii library. The map is basically a generated maze, using DFS, which I programmed using the maze generator series by Coding Train.