Building Race
All the level is generated randomly to make infinite number of levels to reduce the work for a level designer.
Mechanism
There are 3 parts in the mechanism.
- Player movement.
- Mesh cut.
- IK foot placement.
Level Generation
Using chunks give us the power to create multiple levels, every time the player loads a level , I randomize the position of the chunks to seem like it’s another level that gives us countless levels using just some chunks.
AI
AI moves forward and calculates the distance in the gap and builds the plank according to the calculation, we can tweak the difficulty of the AI.