Skip to content

DennysOliveira/unity-2d-online-rpg

Repository files navigation

Online Multiplayer RPG with an Authoritative Server

GitHub Repo size GitHub Languages GitHub Issues GitHub Stars License

I'm aiming to create a game very much like what we have as MMORPGs though not as scalable as current MMORPGS as doing that requires a lot of time and expertise. My main goal is to earn experience on data manipulation at server-sided resources and learn some Unity on the way.

Project Status

This project is currently paused without ETA of returning to it. I'm focusing on other areas of expertise. Feel free to use, fork and contact me if needed.

Roadmap

What do I need to do and what is done.

NPCs

  • Talkable NPCS
    • NPC talking through Local Chat text messages.
    • Basic NPC talking through click interaction.

Level Design

  • Map
    • Initial Area

Scriptable Skills

  • Passive Skills
  • Active Skills
    • Buffs & Debuffs
      • Buffs
        • Area Buffs
      • Curses
        • Area Debuffs
    • Damage
      • Damage over Time
    • Healing
      • Healing over Time

Entities

Players

  • Inventory

Monsters

  • Base Entity
    • Energies // Percent and Recover methods
      • Health Component
      • Mana Component
      • Stamina Component
      • [-] Statuses Components
    • Level Component
    • Equipment Component
    • Skills Component
    • Animator Component (currently, animator is on the Player Component)
    • 2D Grid Proximity Checker Component
    • Audio Source

Quests

  • Scriptable Quests
    • Gathering Quests
    • Kill Quests
    • Exploration Quests

Design

  • Basic Player Sprites
    • Male & Female
    • Multiple Hair Sprites

UI

  • Local Player UI
    • Login

    • Account Creation (will be done on a Next.js web-app hosted on Heroku afterwards) - for now, it is possible to create a new account by trying to login with an unexistant one.

    • Character Creation

      • Gender Selection
    • Character Selection

    • Inventory (V)

      • Backpacks Equiped (B)
    • Character Statuses (C) Status Distribution, Status Information, Damage, Defenses, etc.

    • Skills Page (P)

    • Skillbar

    • NPC Interaction

      • Trade

About

2D Multiplayer Online RPG with Unity and Mirror as Networking Framework. The purpose of building this app was to learn how Authoritative Servers do function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published