VBA_Mr. Pac-Man
- 3 Devlogs
- 5 Total hours
I'll create a pacman game in Visual Studio
I'll create a pacman game in Visual Studio
I finally finished the main parts of the game, it is technically fully playable by now, but I still want to add more things, like improving the looks of the map and adding more maps. I didn’t take any screenshots, at least not yet, but I feel pretty happy with how my project turned out. Sorry if you expected more technical devlogs.
Finally, I feel like I’m making progress. If you read my previous devlog (which you probably didn’t :3), I was trying to set up a automatic maze generator with recursive backtracking that didn’t work at all to create pacman mazes (obviously). So, I implemented a simple system which can turn a text drawing of a maze into a matrix which then I can draw on the screen (yay). Other things that I managed to do was making pacman move, and for him to eat the pellets, which makes this project finally feel playable. Thanks for reading if you did!
I tried to implement a maze generation algorithm to create my PacMan maze, which I failed to do. Maybe I’ll stop trying to procedurally generate mazes for a while