Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.23 KB

The Prophecy Game

Description

TheProphecy is a game that you play as a cute archer lizard. Your main goal is escape from dungeon. So you need the clear your path from enemies.

Controls

  • Movement with left joystick
  • Shoot and aim with right joystick
  • Use skills(dash, invisibility) from buttons
  • Auto-aim when targets are in range

Download

Download APK for Android

Technical Details

Version

Unity 2021.3.5f1

Implemented Algorithms and Used Patterns

  • A* Pathfinding Algorithm implemented.
  • Random Dungeon Generation implemented with Random Walk Algorithm.
  • Object Pool implemented for bullets.
  • Singleton Pattern is used for Unique Manager Scripts.

Used assets