Skip to content

etopuz/The-Prophecy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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