Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 976 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 976 Bytes

SNOWMAN: Simple AI project

IMPORTANT The project will prompt several errors if we execute the project in Debug Mode, but not in Release Mode. To fix it, add/append into the properties project panel > Linker > Input the missing lib "freetype.lib".

screenshot

Description

The project aims to test and practise the following things:

  • Research about basic AI mechanics (state machine, following path, etc).
  • Implementation of a basic AI guard and follow path/player depending its state (idle, attack, patrol).
  • Implementation of Physics System and Rigidbody component.
  • Implementation of Sphere Collider in Game Engine.

Edited Files

  • GuardMovementScript (.cpp + .h)
  • Game (.cpp + .h)
  • Physics System (.cpp + .h)
  • Collision system (.cpp + .h)
  • Components (.h)
  • Debug System (.cpp + .h)

More info

Code extracted and modified from Aluns' repository