Git Product home page Git Product logo

simple-rpg-in-unity's Introduction

Simple RPG in Unity

GitHub release

Unity project for the Simple RPG series on GameGrind.

The Simple RPG is a very simple RPG built in Unity as part of a training course on Youtube (here's the channel). The RPG was designed to simply teach basic concepts of RPGs, while making a decently functioning game.

This project was used as a way to teach the basics of programming in C# and building various systems in Unity. Not intended for a complete game, but that's up to you!

Systems and Mechanics

Along the way we created various systems and mechanics for the game so I'll just list a few here.

Inventory and Equipment

The big one is an inventory and equipment system. You can create items in the JSON database, assign them as item drops in monster loot tables, create equipment that you can use to attack enemies, easily extend existing weapons to create new weapons, and so on. Equipment and consumables can be interacted with from the UI.

Dialogue

The next system is the simple dialogue system. Nothing fancy here, just a sequential dialogue that you can add to any interactable object.

Melee and Projectile Combat

The combat is rather basic. This is simply due to my lack of imagination on what would make for simple combat. Melee and projectile weapons exist, but in a very basic form. A sword and staff exist for you to extend and build on top of.

Weighted Loot Tables

You can create weighted loot tables for specific monsters. The tables allow you to roll a die to determine what item will drop, based on rarity ratings.

Quests

The questing system allows you to create custom quests and quest givers that can assign various tasks to the player. The player will have to complete the tasks in whatever order they would like. Returning to the quest giver before completion will prompt specific dialogue, while returning after completion will grant you your reward and specific dialogue. The custom quests and tasks are very easy to extend to create whatever you can imagine.

Teleportation System (extensible interaction system)

The interactable system is used for enemies, NPCs (quest givers, dialogue guys, whatever), player movement, examining objects, and everything inbetween. As an example of it doing anything, here's a teleportation network using weird water wells:

Leveling and Stats

At the foundation of the lacking combat is a pretty cool stat system. Stats can be easily defined, buffed, debuffed, and used for various calculations. The equipment system uses the buff/debuff system for changing stats, but it can be used for consumables, quest rewards, or whatever you can think of.

The leveling system is barebones, but it allows you to grant the player experience for various tasks (killing enemies, completing quests). If the treshold for leveling is reached, a level is gained. That just continues for as long as you would like.

You can see the stats and levels here. The progress bar (the circle) shows you how much experience you need to gain a level. You can see your player's stats and even unequip your currently equipped weapon.

Note: This UI element is using the default Unity Text engine while the rest of the UI was upgraded to TextMesh Pro. This will be fixed

So that's a few of the big systems that we've added throughout the course. While the course is considered to be finished, I have plans to keep fixing a few things, adding in a couple of other features, and trying to keep it going.

The game's simplicity is a double-edged sword. There are better, more efficient ways to handle a ton of the stuff that we covered, but it would've taken 60 lessons as opposed to <30. For instance, using an object pooling system would've made since in multiple places (monster spawners, UI repopulation). These are things I may rewrite as time goes on. We'll see.

simple-rpg-in-unity's People

Contributors

gamegrind avatar austinsoffice 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.