Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 994 Bytes

File metadata and controls

23 lines (16 loc) · 994 Bytes

RPGUdemyCourse

This is the code for the Unity project I made for the RPGUdemy course. The project is a simple RPG game that you can play in the Unity Editor. It is not meant to be a finished product, but rather a learning experience for myself and anyone else who might be interested in making a RPG in Unity.

Features

  • A simple inventory system that allows you to equip and unequip items
  • A character class system that allows you to create different types of characters with different abilities and stats
  • A skill system that allows you to learn and use different skills
  • A quest system that allows you to progress through different quests and earn rewards
  • A system for saving and loading game progress
  • A system for generating randomized items and equipment

Requirements

  • Unity 2022.3.13f1
  • Visual Studio 2022

Installation

  1. Clone the repository to your local machine
  2. Open the Unity project in the RPGUdemyCourse folder
  3. Run the project in the Unity Editor