Hi, I was wondering how I could go about adding collisions with the walls and a playable character in the maze. Would using the boolean[] blocked = { true, true, true, true } array be a good place to start? I am not very experienced with coding and the level of coding used in the maze is way above me.
Recent Comments
2017/5/22
Maze Generator