In this video we finish Ms. Pac-Man and learn how to do even more! We’ll create and set up all 4 Ghosts, position Ghosts in the center cell, return Ghosts after eaten, move Ghosts randomly, chase Ms. Pac-Man, have Ghosts eat Ms. Pac-Man, update scores and a whole lot more.
All of the code follows the...
In this part of my tutorial on making Ms. Pac-Man we learn all sorts of useful techniques. We’ll learn how to use arrays to keep Ms. Pac-Man in the maze, modeling a game board in an array, turning ghosts blue, animating ghosts, accessing game object scripts in code, going through portals, more about...
In this part of my Video Games Tutorial I show how to make the hardest part in Pac-Man, which is the Ghost AI Algorithm. We’ll Create the Ghost AI so Ghosts Circle Around the Maze on their own, They’ll React to Collisions with Pivot Points and They’ll Always Remain Perfectly Centered....
In this tutorial we continue making Ms. Pac-Man. This time we will Find out How to use Multiple Audio Sources, Set up Sound Effects, Allow Ms. Pac-Man to Eat Dots, Set up the Interface, Update Scores when She Eats Dot and a whole lot more.
All of the images used are here. The code follows the video below....
In this video I finish setting up the system that will allow Ms. Pac-Man to perfectly travel through the maze. We’ll cover how to calculate if Ms. Pac-Man can Move in Certain Dirctions, Working with GameObjects in an Array, Keeping Ms. Pac-Man from Getting Stuck, Simulating Hitting Walls, Animating,...
In the next 2 videos I’ll cover how to lock Ms. Pac-Man perfectly inside of the maze as she moves around. We will do this not through colliders, but instead by using pivot points, which will make the movement very clean and also resource light. We’ll cover how to Setup Pivot Points, Putting...
You asked for it, and now here it is a Ms. Pac-man Clone! In this specific video I’ll cover how to draw all the sprite assets in Gimp including the Ghosts, Ms. Pac-Man, GameBoard, Dots, etc. Then we’ll cover how to create a pixel precise grid layout, setup our project, create sprite sheets,...