Log In  
Follow
kochel
[ :: Read More :: ]

Cart #pacinline-5 | 2023-03-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Hi, this is my first game made in pico8 (and in general).

Controls

Just press up and down to control the player, X to start and restart the game.

Rules

There are a total of 3 levels, that will be triggered depending the amount of columns the player travels.

Two types of enemies (red ghosts don't move, while pink ghosts have a fixed movement).

Also, there are two types of pills to swallow and score points (regular and magical pills). Magic pills turns ghost into blue ghost that can be eaten, as expected.

How it works

An endless road of obstacles was created by grouping elements into patterns, patterns into blocks and group of blocks into superblocks. These superblocks are used to create the levels.

Game code can be found also here

Credits

Game made entirely by Lord Kochel.

P#127839 2023-03-30 14:18 ( Edited 2023-03-30 17:53)