All Projects → Tom-the-Bomb → Discord-Games

Tom-the-Bomb / Discord-Games

Licence: MIT license
A library for making implementing conventional games into your discord bot, easier.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Discord-Games

Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (-3.23%)
Mutual labels:  discord-bot, discord-py
Corona-Tracker-Bot
Discord bot for coronavirus (COVID-19) , With Ai [Machine learning algorithms] integrated into it
Stars: ✭ 26 (-16.13%)
Mutual labels:  discord-bot, discord-py
DueUtil
DueUtil the questing and fun Discord bot
Stars: ✭ 16 (-48.39%)
Mutual labels:  discord-bot, discord-py
discord-uptime
Discord bot to monitor uptime of services using ping and http requests
Stars: ✭ 46 (+48.39%)
Mutual labels:  discord-bot, discord-py
cogwatch
Automatic hot-reloading for your discord.py command files.
Stars: ✭ 17 (-45.16%)
Mutual labels:  discord-bot, discord-py
miso-bot
Discord bot with too many features
Stars: ✭ 41 (+32.26%)
Mutual labels:  discord-bot, discord-py
Discord-Moderation-Bot
Modular Moderation bot for Discord
Stars: ✭ 49 (+58.06%)
Mutual labels:  discord-bot, discord-py
Axley
A simple multi-purpose Discord bot being made using Discord.py API wrapper..
Stars: ✭ 16 (-48.39%)
Mutual labels:  discord-bot, discord-py
discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord
Stars: ✭ 28 (-9.68%)
Mutual labels:  discord-bot, discord-py
Online-Forever
A Code that can make your Discord Account 24/7!
Stars: ✭ 246 (+693.55%)
Mutual labels:  discord-bot, discord-py
Licensy
Discord bot that manages expiration of roles with subscriptions!
Stars: ✭ 47 (+51.61%)
Mutual labels:  discord-bot, discord-py
Raid-Protect-Discord-Bot
A Discord Bot that allows you to protect your Discord server with captcha, anti profanity, anti nudity image, anti spam, account age required, logs...
Stars: ✭ 182 (+487.1%)
Mutual labels:  discord-bot, discord-py
Discord-Tools
VSCode extension allowing the integration of a Discord chat, bot templates, snippets, themes and more!
Stars: ✭ 91 (+193.55%)
Mutual labels:  discord-bot, discord-py
albion-discord-bot
Discord Bot for Albion Online that: fetch market prices, search players/guilds, and more!
Stars: ✭ 27 (-12.9%)
Mutual labels:  discord-bot, discord-py
1bot
"One bot, several uses". 1Bot is a multipurpose bot that has all the moderation tools you need, lots of useful utility commands, and a bunch of fun commands that we all need once in a while.
Stars: ✭ 19 (-38.71%)
Mutual labels:  discord-bot, discord-py
TragicSimpBot
TragicSimp is a discord bot that can send memes, facts, jokes, quotes, and track user stats. This bot has leveling system which rank user based on their commands in a channel created by Bot
Stars: ✭ 22 (-29.03%)
Mutual labels:  discord-bot, discord-py
Guildbomb-Discord-Bot
💣 Guildbomb is a simple discord-bot, which shows you how easy it can be to raid a discord-server within one minute, so everybody will be banned, all emojis will be deleted, all invites will be deleted, every role and every channel too..
Stars: ✭ 182 (+487.1%)
Mutual labels:  discord-bot, discord-py
Discord-Spammer
Advanced Discord Spammer with multiple options and optional proxys
Stars: ✭ 51 (+64.52%)
Mutual labels:  discord-bot, discord-py
eco-bot
A Economy Bot made using discord module of python
Stars: ✭ 31 (+0%)
Mutual labels:  discord-bot, discord-py
buttons
A simple to use interactive session and paginator with custom button support for discord.py.
Stars: ✭ 30 (-3.23%)
Mutual labels:  discord-bot, discord-py

Discord-Games

This is a simple package for implementing games into your discord.py bot
You can install it with:

$ py -m pip install git+https://github.com/Tom-the-Bomb/Discord-Games.git

The basic usage of the library goes like this

  • Import the specific game class from the library

    • Ex: from discord_games import Wordle
  • Initialize the game class (with the appropriate arguments, normally none but varies from game to game)

    • Ex: game = Wordle()
  • Call the start method (with the appropriate arguments) to start the game

    • Ex: await game.start(ctx) (ctx is always a required argument, rest are optional)
  • refer to the source for more info on the arguments you could pass

  • read the examples here


Documentation

Coming soon...!

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].