In Thief you play as a skilled thief woman that is inside a castle trying to steal as many valuable items as possible
You can play it by clicking here and fell free to leave feedbacks
Through this project I learned:
- The principles of design a stealth game (get information, Analise and then execute)
- A better way to detect gameobject with multiples raycast
- Create an enemy IA with states (Idle, Patrol, Follow, Alert, Attack)
- How to design game levels with a static following camera
- Use the new Input System