Untitled Maze Game (Pacman)

Hi All,

At RacketFest I quickly showed a slide with a Pacman game.

The game shows how to use Sketching to make a retro style game.

To get a consistent look, all drawing operations is redirected to a small bitmap of size 232 x 224
that represents "the screen". The final step for each frame is then to the scale the bitmap.

An effort has been made in getting the behaviour of the ghosts right.
The Pacman Dossier were a great source:

https://pacman.holenet.info/

So far the game only has one level - that's were you come in.

The level data is represented like this:

Try out the game, make a new level and send it to me.
I'll then include it in future versions of the game.

The full source is here:

Enjoy,
Jens Axel

10 Likes

I made a level - and @soegaard patched the game to support multiple entrances and exits!

a bit fiddly but not too hard.

Stephen
:beetle:

1 Like

I made one too. Awesome game!!

https://github.com/soegaard/sketching/pull/96

1 Like