Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/issadarkthing/discordjs-rpg

discord.js rpg framework
https://github.com/issadarkthing/discordjs-rpg

Last synced: 1 day ago
JSON representation

discord.js rpg framework

Awesome Lists containing this project

README

        

# discordjs-rpg
Simple RPG framework which to be used for my personal projects. Though, this
library is freely available to be used by anyone as it is MIT licensed.

## Features
- Battle system
- Armor system
- Pet system
- Skill system
- Extensible
- No database constraint

## Required package
This package requires `discord.js@v14` in order to work.

### Documentation
discordjs-rpg documentation website -
[here](https://discordjs-rpg.vercel.app/index.html)

Examples - [here](./src/test/)