Skip to content

A Discord bot that contains an ever-growing collection of fun mechanics and multiplayer sessions.

License

Notifications You must be signed in to change notification settings

AbnerSquared/Orikivo

Repository files navigation

Orikivo

CodeFactor

Orikivo is a Discord bot library containing a wide range of helpful utilities, mechanics, and systems to incorporate a wide variety of fun things to do!

Invite Orikivo Arcade here!
View the most recent changelog here!

Contents

  • Orikivo: The primary and original library, containing all extensions and primary services used by most Discord bots in this area
  • Orikivo.Desync: This is a library focusing on RPG mechanics and features that handle pathfinding, early shopping mechanics, as well as a full-blown dialogue system
  • Orikivo.Drawing: This is a library that provides mathematical methods and graphical assistance, primarily towards rendering pixel art
  • Orikivo.Text: This is a library that provides an extensive set of text formatting tools and helper classes to make formatting text much easier
  • Orikivo.Net: This is a clone of Miki.Http.Net, which is no longer available, with additional utility classes included to make API requests faster
  • Orikivo.Framework: This is a library that provides the barebones of a Discord bot, offering a quick client builder, logging features, and other useful tools
  • Arcadia: This is the current libary focus, providing everything from achievements, quests, item mechanics, multiplayer, casino features, shopping, and other useful services for incorporating fun features

Contributing

Since this is my first time letting a project I've spent a while on go public, this might be a bit of a challenge for me. As of now, I will only accept contributions for issues that are explicitly marked with the tag tag:up for grabs. A StyleCop inclusion is currently planned in the future, but as of now, you can refer to a rough structure for how all code should look in REFACTORING_GUIDELINES.md. More will be fleshed out in the future in relation to this topic.