top of page

Death's Daughter

Camera

The camera in this game is a pseudo-physics follow camera with constraints.

Character and Controls

The player character in this game uses custom physics and is built to use touch input. There are two resources: speed (souls collected) and dash charges.

Level Generation

An endless runner isn't complete without an endless level. The level generator in this game uses random placement and population of platform chunks. These chunks are used to create a pseudo-random level that maintains control over undesirable spawn cases caused by true randomly generated platforms.

bottom of page