Puck 99

498
0
Published 2022-03-20
Totally inspired by Namco's "Pac-Man".
https://en.wikipedia.org/wiki/Pac-Man

All code by @heldlaw; triggered by @Deuzz's challenge "GAMES - 100 Blocks MAX":
https://scratch.mit.edu/studios/31208332/

NUMBER OF BLOCKS
Title: 11
Player: 50
Enemy: 38

GRAPHICS
Drawn by me using GIMP as a pixel editor.

FONTS
Title: Curly (Scratch).
Game over: Terminal (GIMP).

SOUND EFFECTS
"Coin" and "Alien Creak2" from Scratch's library. Modified using Scratch's sound editor.

BUGS
Picking up coins may fail while eating a ghost.
You may prematurely proceed to the next level if the last dot is hidden underneath a ghost.
Many features of the original game are missing. I just wanted to see how close I could get with just 99 blocks of code.