A pirate-themed text-based multiplayer game for Discord.
Don't worry, it's SFW!
DockBot gives users in your Discord server access to the Endless Seas, a watery realm with all kinds piratey goodness. You can kill, steal, and gamble it all. DockBot was inspired by DankMemer but quickly turned into it's own unique bot with a boat-y twist. With DockBot, your users will sail the seas in search for treasure, gamble their earnings and face their opponents in epic text-based action. Just watch out for the Royal Navy!
Since DockBot is so early in development, it's only on my server. Get in touch with me if you'd like to give it a try on yours. For now, please join Dock's Dev Dinghy to play. There's dedicated channels to play and you can also DM DockBot if you want to be more private.
Once you're in, you can simply join #dockbot-room-1
or #dockbot-room-2
and start playing!
Need a walkthrough? Got ideas, tips, suggestions, feedback, bug finds? Feel free to get help or discuss anything concerning DockBot in #dockbot
.
A good first command to run is db help
. :)
coming soon...
- Install the latest version of Node, NPM, etc...
- Clone the DockBot project
- Create the .env
APP_DEBUG=true
DISCORD_ID=
DISCORD_SECRET=
DISCORD_BOT_TOKEN=
DISCORD_PERMS=67584
DISCORD_ME=db
DB_NAME=
DB_USER=
DB_PASS=
WAITTIME=1
SEARCH_CHANCE=80
BEG_CHANCE=70
- Create your DB, then run
npx sequelize db:migrate
- Run it!
npx nodemon