pacman

Install Java to view this project right on your browser!

user_icon darkmuse shared it 4 years, 12 months ago
1289 views, 2 taggers, 12 people love it, 16 remixes by 7 people, 208 downloads, in 6 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
wolfman2152 wolfman2152 1 year, 6 months ago

you move to slowly but otherwise good game

nickc01 nickc01 1 year, 11 months ago

I's nice.

97moose 97moose 2 years, 5 months ago

cool

pooper99 pooper99 2 years, 6 months ago

itz hard to dy

devilhenge devilhenge 2 years, 9 months ago

try big splats pacman wich i made before i realised i had a account...:S

jumpingdolphins jumpingdolphins 2 years, 10 months ago

bit i is a reallyame good g

jumpingdolphins jumpingdolphins 2 years, 10 months ago

it is a really googd game but the packcman allwaye the move u should let the people move it not u

Leanna_beardsely Leanna_beards… 2 years, 11 months ago

it is good but u can improve by making it more fun

javen131 javen131 3 years, 4 months ago

some of the ghosts whent through the walls

gne gne 4 years, 7 months ago

I've added this project to the Gallery of Magical Quality***

gne gne 4 years, 7 months ago

Nice!

macintosh macintosh 4 years, 8 months ago

put this in my gallery

Snowypeltie Snowypeltie 4 years, 9 months ago

You don't lose lives

SAMtheMAN SAMtheMAN 4 years, 11 months ago

Nice!

darkmuse darkmuse 4 years, 11 months ago

Its worse than that at rotating them. Some sprites will "tear" as the are rotated so they no longer look much like the original. I'm sure all the bugs will be ironed out eventually though. I do like the product and think it has the makings of a fun little environment for people to play in.

Mayhem Mayhem 4 years, 11 months ago

"For some reason scratch cannot successfully rotate a symmetrical sprite through 90 or 180 degrees!" Are your sprites an odd or even number wide? Since sprites are centered around a specific pixel, a sprite that is (eg) exactly 20 wide will have have its rotational center offset horizontally and vertically from the actual center of the sprite by 1/2 a pixel. This leads to innacurate rotation. 1 solution is to make all your sprites (and coridors) an odd numer wide - 21 instead of 20, for example. Then the centre of the sprite can actually be its literal center.

darkmuse darkmuse 4 years, 11 months ago

Hmm. It appears that once the ghosts are running along a line with either x position or y position equal to zero they stop looking for junctions! I wonder if there is a bug in the "mod" code that makes '0 mod 30' not equal '0'?

darkmuse darkmuse 4 years, 11 months ago

Heh. That's the problem. Its the same sprite rotated whatever direction it is going. For some reason scratch cannot successfully rotate a symmetrical sprite through 90 or 180 degrees! Next version should be here soon though and then this conversation won't make any sense :)

Vanslar Vanslar 4 years, 11 months ago

you need one of the little dots for when the pac-man goes up

fsteenmeijer fsteenmeijer 4 years, 12 months ago

Looking forward for the next version!

Mayhem Mayhem 4 years, 12 months ago

In the short term you could try flood-filling the walls.

darkmuse darkmuse 4 years, 12 months ago

See what I mean about odd behaviour. In this version (2.0) you can see that pacman can go through walls when travelling up or right because the "feeler" is missing. It must be a defect in the aliasing/compression done when the project is "shared". I'll probably have to put much larger blocks of colour in to compensate for this. Maybe version 2.1, maybe version 3....

darkmuse darkmuse 4 years, 12 months ago

See what I mean about odd behaviour. In this version (2.0) you can see that pacman can go through walls when travelling up or right because the "feeler" is missing. It must be a defect in the aliasing/compression done when the project is "shared"

Mayhem Mayhem 4 years, 12 months ago

For the turn limiting, you could try adding "feelers" to the top and bottom of pacman.

Mayhem Mayhem 4 years, 12 months ago

Beautiful rendition of the original classic. [hr] With regard to adding dots, may I invite you to take a look at my own pacman game (Pacman Experiment V2)? I used dots drawn on the background that pacman actually paints over, rather than trying to make every dot a sprite which would have taken hours! [hr] I may have to take a look at your code as my own pacman is a bit of a pain when it comes to turning - needing to be really accurate on the junctions. Yours seems much smoother.

ChaseHill64 ChaseHill64 4 years, 12 months ago

it works just fine

darkmuse darkmuse 4 years, 12 months ago

Okay, after some odd behaviour with differences between running it in scratch and here in a browser I think the basics are now working.

Please Wait...