项目作者: coconut750750

项目描述 :
Adventure game in Unity
高级语言: C#
项目地址: git://github.com/coconut750750/heist.git
创建时间: 2018-03-27T06:45:43Z
项目社区:https://github.com/coconut750750/heist

开源协议:

下载


Heist

Overview

Heist is a 2D, top-down adventure game I am working on using the Unity game engine. This game was inspired by the popular
video game The Escapists. The objective of the game is to execute some sort of heist, whether it be stealing money
from a bank or a masterpiece from a museum. So far, this build supports PC and Android platforms.

Features

  • I implemented a custom navigation system because Unity’s built-in version was not compatible with a 2D, top-down game. I
    used an A* algorithm to find the shortest path between points. The game’s NPCs used this algorithm to simulate autonomous life
    in the game.
  • The sprites, which are excluded from this repository, are all self made.