The Slicer Man
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 Cutter
- Ragdoll Implementation
Level Generation
Using the grid system can make the level design easier by only placing blocks on an array of 2d In Inspector.
AI
The Ai will only Run in a different direction from the player, The AI will run in the opposite direction of the player to give the feeling that they are scared, the cars only follow a bezier path.