Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.34 KB

README.md

File metadata and controls

21 lines (19 loc) · 1.34 KB

Thief is a Top Down 3D Stealth Game, highly inspired by Metal Gear Solid and Assasins Creed.

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