Skip to content

A fully-fledged working prototype of a Diablo-esque game, created in Unity 2019.1.11f. Features implemented include a Item and Equipment system, Enemy AI, a custom save system, and more

Notifications You must be signed in to change notification settings

lococoder-tx/Diablo-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diablo-Clone

What is it?

It's a 3D prototype of Diablo made in Unity 2019.1.11f. This project was an attempt for me to practice my Unity skills and learn more about various features of the game engine, such as navmeshing, blend trees, state machines, and so on

Whats in it?

The project contains two scenes that illustrate the various features I have implemented thus far in the prototype.

Features

  • Point-and-click movement system using Unity's Navmeshing (For both enemies and players)
  • Save and load system using serialization and dictionaries
  • Thorough Enemy AI (Enemies have a vision radius, chase after player, and search for player at last known location)
  • Equipment and Item System (different types of weapons, such as swords, rapiers, bows, magic)
  • Diablo/Path of Exile type camera system that I implemented from scratch
  • Awesome low-poly assets provided courtesty of Synty
  • Character Progression (Leveling System, Character Stats) -- ToDo

About

A fully-fledged working prototype of a Diablo-esque game, created in Unity 2019.1.11f. Features implemented include a Item and Equipment system, Enemy AI, a custom save system, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published