Scavenger (A pac-man clone)

This is my first Game I’ve posted here. This is an experiment to help me develop my game framework.

Instead of just making a straight clone, I’ve gave it a different style. You play a scavenger, scrounging around for hidden treasure in a junk yard. You have to avoid the guard dogs, but you can re-charge an electric staff to shock the dogs.

There are differences from Pac-man, as in, I didn’t make the wrap around passage. Once you clear out the junk, then you have to get out. At first there is just one guard dog, then more get added, up to three. One of them actually gets faster as you go further up levels.
This is done in Java 2D.
Here’s the link. Let me know what you think.
http://www.abberkeep.us/projects/Scavenger/index.htm

Nice job! The art style looks kind of like you pixelated real images, but it looks like you didn’t? None the less, pretty interesting game! Just a minor few nit-picks:
-There should be more sounds. That siren drove me NUTS
-The controls seem slightly lagged
-Like pac-man, probably make sure that you keep moving in the direction you last pressed.

Thanks.
I agree that there could be more sound effects. I’m not sure by what you mean the controls seems slightly lagged. It may be the way I implemented the movement. The character moves from tile to tile, so you are force to moved a full tile. This was a deviation from pac-man controls. My goal was to use the pac-man game idea as a bases for improving my skills and programming framework.
The art is from 3D renderings. I did the characters multiple colors to identify where each limb was, with the plan to draw the characters and scan them. Going forward, I found it would be easier to polish the 3D models and use the renderings directly.
Thanks for the feedback. :slight_smile: