All Projects → Three-Horned-Helmet → mega-rpg

Three-Horned-Helmet / mega-rpg

Licence: GPL-3.0 license
A discord bot where you can build an empire, recruit a devastating army and level up your epic hero. All of this so you can explore and conquer the world!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mega-rpg

ApocaBot
ApocaBot: A Discord Bot for PbtA Games
Stars: ✭ 30 (-3.23%)
Mutual labels:  rpg, rpg-game, discord-js
rpg-dice-roller
📱 RPG Dice Roller, Number Generator, Coin Flip - Available on Google Play Store - Made with React Native | Styled-Components
Stars: ✭ 15 (-51.61%)
Mutual labels:  rpg, rpg-game
AsLib
🎨: RPG map maker (paint tool)
Stars: ✭ 82 (+164.52%)
Mutual labels:  rpg, rpg-game
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+432.26%)
Mutual labels:  rpg, rpg-game
eureka
Old-school CRPG engine, editor and game
Stars: ✭ 41 (+32.26%)
Mutual labels:  rpg, rpg-game
MenheraBot
A brazilian multi-language Discord Bot foccused in Fun and RPG!
Stars: ✭ 123 (+296.77%)
Mutual labels:  rpg, discord-js
flare
A Simple Browser Based Game.
Stars: ✭ 85 (+174.19%)
Mutual labels:  rpg, rpg-game
xibalba
A Mayan roguelike
Stars: ✭ 50 (+61.29%)
Mutual labels:  rpg, rpg-game
Freedom-Hunter
Monster Hunter like action RPG game
Stars: ✭ 71 (+129.03%)
Mutual labels:  rpg, rpg-game
The-Third-Element
🎮 Small scale RPG game for the ICS3U final project
Stars: ✭ 19 (-38.71%)
Mutual labels:  rpg, rpg-game
vigilante
🦇 2D pixel-art side-scrolling single-player ARPG
Stars: ✭ 63 (+103.23%)
Mutual labels:  rpg, rpg-game
dungeons-of-noudar
A first person dungeon-crawler for DOS, written in C++, using software rendering and fixed point math
Stars: ✭ 36 (+16.13%)
Mutual labels:  rpg
vscode-dmbinder
Visual Studio Code extension for managing campaign documents.
Stars: ✭ 53 (+70.97%)
Mutual labels:  rpg
sirgroove
🎵 A simple music bot written in Discord.js
Stars: ✭ 23 (-25.81%)
Mutual labels:  discord-js
uncharted-waters-2
Browser-based remake of Uncharted Waters: New Horizons (大航海時代II)
Stars: ✭ 56 (+80.65%)
Mutual labels:  rpg
phaser3-simple-rpg
A simple Phaser3 RPG using Typescript ⚔️
Stars: ✭ 80 (+158.06%)
Mutual labels:  rpg
firefox-discord
Discord Rich Presence for Firefox (Inactive)
Stars: ✭ 16 (-48.39%)
Mutual labels:  discord-js
discord-anti-spam
A simple discord anti spam node.js module to prevent spam on your discord server
Stars: ✭ 151 (+387.1%)
Mutual labels:  discord-js
KannaKamuiBot
A multipurpose bot for fun, emotes, anime, utility, music, nsfw, valorant, moderation, and welcome/leave messages.
Stars: ✭ 64 (+106.45%)
Mutual labels:  discord-js
IBMi-Book
"Learning IBM i as a Web Developer", my subpar eBook for learning the basics of IBM i, RPGLE, Control Language, and more from the eyes of a web developer.
Stars: ✭ 31 (+0%)
Mutual labels:  rpg

Come play with us for free at our support server

OR invite the bot to your own server!

MEGA RPG

Discord Bots

Build Status

Codacy Badge

License: GPL v3


Donations and Support

Support our bot on Patreon and receive in-game benefits,

or donate to our PayPal account and help us keeping the servers alive.


Get started

  1. Join a discord server that has the bot or invite the bot to your own server.
  2. There's over 30 commands available, try typeing !help or !quest to get you started.
  3. If you get stuck, you can always type !info to get a DM about the commands!

Intro

In Mega-RPG you can build a city and explore the surroundings with your hero and army. You are able to do quests, kill minibosses and drop epic loot during your adventures! If you are brave enough you will also be able to raid dungeons, but be warned you may need the help from other adventurers to take it down!

The Game is set in a fantasy-medieval universe and the journey begins in a kingdom tyrannized by a Bandit King and his Impling helpers. The citizens of the kingdom has lost all hope, but some try their best to live their lives. You are a master of your own empire, but with an army and a hero you may be able to help the citizens and bring down the Bandit King!

The game is in an early development stage, but we are continuously expanding the game with more quests and features. If you see something you like (or dislike), please let us know by creating a post on our official Discord support server, or send us a message directly. Any feedback or bug-reports are highly appreciated!

A big thanks to everyone that has helped us with the early testing!

How to run Mega-RPG locally

  1. Install NodeJS.
  2. Install MongoDB Community.
  3. Clone the project from github OR run: $ git clone https://github.com/Three-Horned-Helmet/mega-rpg.git
  4. $ cd mega-rpg
  5. $ touch .env
  6. $ npm install
  7. Modify the .env file according to your needs. This file should be held secret and not shared on Github or any other platform. A personal Discord Token can be obtained from Discord Developer. The DISCORD_PREFIX value represent what your bot should listen to. Eg DISCORD_PREFIX=! will listen to any commands that starts with ! ==> !profile will return the profile of whoever wrote the command.
  8. $ mongod run the mongodb deamon
  9. $ npm start start the project. A 'Ready!' will be logged to the terminal upon success

Run tests

  1. Install the project by following the steps over
  2. $ npm test

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].