Paper Pacman

Hi guys,

I have been a long time lurker to this site, what better first post to do than my first finished game! It is a Pacman clone with my own visual spin, apart from Finnkuusisto’s TinySound library, the game uses the default Java API.

If you are willing to give it a go then please feel free to leave feedback, I appreciate any form of it.

Screenshots -

Download Jar here (400 KB): https://www.dropbox.com/s/0abm1kankdvpu8a/Pacman.jar?dl=0

Cool little concept.

Some suggestions for polish:

  • I assume the ruler on the side is a hint it was drawn with a ruler, to explain the straight lines. But for some artistic edge, I would make those lines overdraw a bit here and there (like he went too far as he was lifting his pen, so there’s some stray marks)
  • Make the lines fade in and out a little, like the pen was drawn at various pressures and angles.
  • Reanimate all the characters to look hand drawn
  • Make all the dots slightly offset of each other (2 or 3 pixels) randomly, then make 5 or 6 different dot artworks, so it looks more natural.
  • Make some errors, or scribbles/doodles in the unused areas of the paper, maybe some very slight discolorations/stains in the paper.

Overall, cool idea. Just my nitpicky polish ideas to improve the visuals more. :wink:

For easy programmatic emulation of hand-drawn lines, there is the technique I [re]started the What I did Today thread with:

With some tuning it could look good.

Thanks for the suggestions, I like the style idea so I will probably give it a go in another project and try to make the hand-drawn style more obvious. These along with some brush styles will come in handy.

Background is cool! Very soothing :stuck_out_tongue:

Good version of Pacman. Perhaps you could make a mode where you could ‘draw’ on the map to block the ghosts. Big potential for originality here.

Realy cool PacMan clone. I would only change rainbow ghosts, they fit rest of game somehow worse, than other elements. But overall, well done :slight_smile:

I’m not sure about other Pacman games, but this one seems a bit more challenging which makes it even more fun. Nice work, mate!