One of the other mechanics was to allow the player to wall jump and attach to walls, a wall dragging/jumping mechanic often seen in other platformers – in our case the game will have spikes that ‘dig’ into walls making them slowly descend down.
playerSpikes Look Iterations
This was my first three designs with different designs, the first one is the improved version of the spikes seen in the gameplay mock-up in Post 1
|
The second design encompasses the entirety of the player as I initially wanted the player to latch and dig into walls
|
The third one is a balance between the two but highlighted a major problem that would affect the programming and design
|
The square edges would allow a small area of overlap where the player could essentially ‘balance’ – this would get them stuck in a sort of limbo area where they are technically using the playerSpikes but are also grounded at the same time.
I ended up choosing the third one as it was the cleanest and simplest solution.
Now that the ramps directly connect to the player the issue is gone or at least minimalised as much as possible.
Now that the ramps directly connect to the player the issue is gone or at least minimalised as much as possible.
I have a base version of the actual mechanics but its late and i’ll write about that tomorrow.