Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1018 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1018 Bytes

UnityTFG

Introduction

Soul-like games demo developed using Unity and C# during my final degree project.

Player Control :

  • Keys "w, s, a, d" for player moving
  • Space for roll
  • Left mouse button for attack and drag equipments
  • Right mouse button for block
  • Key "t" open inventory
  • Key "o" generate random object in inventory panel
  • Key "f" locking enemy

Game content:

  • Player Animation State Machine (walk, run etc).
  • Inventory System
  • Quest System
  • Simple AI
  • Dialog system

Game screenshots

image

Player diagram

image

Inventory System

image

Dialog system

image image