Skip to main content

Kodu Pac-Man

1:
My game was fairly different from the original in that the game has apples at on point each while Pac-Man has 10 each. the concept of getting as many points and "ghosts" chasing you still remained the same although I used special apples to gain more points and make it easier.
2:
To make the game different I added two different power ups, I also made the map an en even square that was different from the regular square or rectangle. there is only one life for the cycle which makes it harder and is different from the original which gives you three.
3:
Making the map, I had difficulty when I found that may map was too big and had too many apples which slowed the game. to fix this I had to lower the number of apples I used by a lot. I also ran into trouble when I tried to look at the map, the walls around the edges were too tall, not allowing me to have full sight of the map, which I fixed by lowering the walls.
4:
When beta tested, I received feedback that my "ghosts" were too slow and that my "ghosts" were programmed wrong to wander around when not seeing the cycle. To fix what was suggested, I sped up the "ghost " in the programming and slowed the cycle. Also, I asked a couple of my friends and the teacher to find out how to program the "ghost" to wander.
5:
To improve my game, I would find a way to make the power-ups more effective and make it a little harder to play. I would have liked to create a power-up that allows the cycle to fight back although I do think it would be too complicated for me. I would also like to add more "ghosts" as the large map I used often had the "ghosts" wandering around the center of the map and not reaching the cycle.

Cycle programming:

                                     
Kodu "ghosts" programming:







Screen shot of my Kodu Pac-Man map:

Comments

Popular posts from this blog

GameMaker - Asteroids - Part C

I've now finished the Asteroid and the google drive link is  here . Like before, the tutorials were a little fast paced for me but I managed to keep up by asking for help or re-watching the videos. I also, again, found that I made several typing errors especially when I though I knew what I was doing and did not follow the tutorials.This time however, I had problems with trying out some new ideas that were not used in the videos and which I came up with myself. I wanted to assign different image indexes of the same sprite to different on objects. This was a little confusing for a while, but with a little help and eventually realizing that I couldn't use a shortcut got me to get what I wanted. Other than that I made some artistic changes in the way the background, spaceship and asteroids looked. I also tried to change the mechanics of the game, in this case, by making the bullets that shoot out of the ship what propel the ship.

Pixel Art

I decided to recreate the Delorean from the Back To The Future trilogy in the form of pixel art, as it was this school that honours Michael J. Fox and his donations to this school and as he stars in the movie. Making the pixel art, I used skills from last year and used an image of the modified Delorean and a picture of lines of fire that is iconic with the vehicle. Pixel Art: the images I used as inspiration:

Scratch Level 4 - Make Your Own Game

My Game link:  https://scratch.mit.edu/projects/191531958/#player 1: Programming this game, I came across several problems, some I found fixable with others not being possible to fix. Some of the problems were with the characters's motion and others with the controls of the game. I found that a player could constantly squat and hold down the fire button which was hard to counter, which was removed by programming with the <not __> block. I also found found that the characters were returning to costumes that made them look like they were turning back and forth which I found was, however, unsolvable in certain cases although it was possible with others by programming entire buttons to do a more advanced motion and not a combination of them. A character selection screen was also another one o my problen with how complicated it  2: I was able to get a basic understanding of the programming of the controls with projectile attacks and the backdrop and the point system from tu