zayngdev / RPGCore

RPGCore is a toolkit for producing games and mechanics in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPGCore

Build and test

RPGCore is a toolkit for producing games and mechanics in C#.

RPGCore Main Demo The Unity demo project.

๐Ÿ“ฆ Libraries

RPGCore.Data.Polymorphic Status: Viable
Polymorphic data serialization.

RPGCore.DataEditor Status: Viable
Data file editing API.

RPGCore.Events Status: Work-in-progress
Value wrappers and collections with events.

RPGCore.Packages Status: Work-in-progress
Loading pre-packaged content.

RPGCore.Projects Status: Work-in-progress
Authoring pre-packaged content and build pipelines.

RPGCore.FileTree Status: Work-in-progress
File system abstraction with file change events.

RPGCore.World Status: Work-in-progress
Modular Entity-Component-System for games.

RPGCore.Behaviour Status: Mockup
Data-driven mechanics.

RPGCore.Inventories Status: Mockup
Inventories that contain, store, and move items.

RPGCore.Items Status: Mockup
Modular implementation of RPG items.

RPGCore.Traits Status: Mockup
RPG character stats and item stats.

๐Ÿ” Overview

Unity Version: 2019.3.0f6

At it's core, this project features a behaviour system that's used to create modular items and buffs. The behaviour system is setup using a visual scripting tool, shown below.

Fire Cape Graph The graph editor for the 'Fire Cape' item.

RPGCore is built around a modular behaviour system. One of the core uses for this system is modular items.

Below is an item called the 'Fire Cape'. It applies the Immolate buff to it's owner, which deals damage to nearby enemies.

This graph in the game is interpreted by the tooltip system, which renders the 'Fire Cape' tooltip as shown below.

Fire Cape Tooltip The tooltip for the 'Fire Cape' item.

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Creative Commons License

About

RPGCore is a toolkit for producing games and mechanics in C#.

License:Other


Languages

Language:C# 98.2%Language:HTML 1.3%Language:CSS 0.4%