- Joined
- Jan 15, 2023
- Messages
- 1
- Reaction score
- 0
Hi,
I'm trying to create a game where a character spawns outside the maze, makes his way into the middle of the maze to fight and after fighting, tries to find an exit. I know how the algorithm works but I just don't seem to understand where to start.
I'm rather new to coding and didn't understand what many of the online tutorials were doing.
Please help. Thanks.
Edit:
I've tried starting off by initialising a grid, but how would I navigate through the maze to create a path using the array?
I'm trying to create a game where a character spawns outside the maze, makes his way into the middle of the maze to fight and after fighting, tries to find an exit. I know how the algorithm works but I just don't seem to understand where to start.
I'm rather new to coding and didn't understand what many of the online tutorials were doing.
Please help. Thanks.
Edit:
I've tried starting off by initialising a grid, but how would I navigate through the maze to create a path using the array?