GithubHelp home page GithubHelp logo

openrpg's Introduction

OpenRPG

Welcome! In this repository you will find a great powerful, well commented and structured API that will be the learning base to build your own RPG game!

Inventory System

  • Has common functions like Add, Remove, Drop, Split, Swap, Drag & Drop, etc).
  • Supports different types of items (consumable, equipment, material, quest, miscellaneous) and you can add your custom ones!
  • Very easy to add and modify items via DataTable.
  • Each item can execute custom logic when used, just overriding an event in its class.

Equipment System

  • Support for multi-slots, i have added 8 examples (helmet, armor, weapon, shield, boots, earrings, belt, ring) to show how to use your custom ones!
  • Each item has custom stat values that applies to the player when they are equipped (see Stats System for more info).
  • Every property is editable via DataTable.

HotKeyBar System

  • Dynamically generated with the keys that you want!
  • Supports inventory items and skills (when Skill System implemented).
  • Enabled or disabled in your game just changing a boolean.

Stats system

  • Allows you to have different bars (comes with health, mana and exp as examples) with custom behavior like regen/drain, etc.
  • Comes with 19 stat examples (resistances, strenghts, movement and attack speed, etc).
  • You can add your custom function logic when an stat is changed.

Every system has Save/Load functionality in a .sav file located in external folder just pressing a key during gameplay!

Future systems to be implemented:

  • Quest system
  • Dialogue system
  • Combat system
  • Minimap system
  • Ability system
  • Crafting system
  • Multipurpose NPC system

Thank you so much to UnrealGaimeDev, i started programming in UE4 due to his amazing youtube tutorials :D

openrpg's People

Contributors

angelhodar avatar

Watchers

James Cloos avatar Den Baster avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.