Hardcore platformer

Hardcore platformer includes:
- 2d character controller, double jump jump (if possible you can add at least five-dimensional it all depends on your imagination), movement, movement on moving platforms
- Controller of moving platforms (up-down, left-right)
- Trap system. from turrets to hanging axes. - System of checkpoints (unrealistic simple. Just add from prefabs to your scene and you're done)
- Preparing for Android & iOS mobile platforms
- Key collection system for opening a door and moving to the next level
-UI (lives, keys as needed and how much is left, buttons for character control for mobile platforms, menus, and Game over menus)
- A lot of sprites ranging from character to full level design (character is fully animated)
- resolution of sprites from 16x16 to 128x128 tiles for level design
- prepared prefabs for quick scene assembly
- clear and accessible code (C#) that can be easily edited for your individual project