Giter VIP home page Giter VIP logo

discord-games's Introduction

Hello All ๐Ÿ’ฃ

ah yes I am Tom the Bomb indeed

Skills

  • Python (Fluent)
  • Rust (good amount, currently using the most)
  • Javascript + Typescript (good amount)
  • Java (decent amount)
  • Go, C++ (minimal)
  • Other:
  • HTML + CSS
  • MongoDB, some SQLite

Stats

language stats

language stats



discord-games's People

Contributors

chrovo avatar cryptex-github avatar da-344 avatar jay3332 avatar tom-the-bomb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

discord-games's Issues

too much files = broken ;-;

Basically I can't install the lib, cuz there's too much files on the flag guessing game and my server couldn't handle it all

Update dpy version

Update dpy version in requirements.txt as lot many old features started getting deprecated.

feature request

this isn't really necessary but for ttt it would be easier to play with buttons since with reactions its very easy to miss click

a pledge for code for games in discord.py

hello tom-the-bomb I'm pretty new to coding and GitHub in general and i loved your module, its amazing and really fun to play... but it took me a lot of time to get it working and idk still is the code i have got and written correct.. i got an implementation of your code in another repo https://github.com/Dhruvacube/yondaime-hokage/blob/f53f1db3c2172331be2b60bc42a10c3a30ae45a5/botmain/bot/cogs/games/games.py here... i would like you too include this too in your examples and also im not getting chess to work.. thanks a ton in advance โ˜บ

if this is not the right place to say this.. pls guide me..

I have no idea how to use this

I'm sorry if this isn't the place to put this but im new to all this stuff and I've been trying to put these on my discord bot for days now and I just cant figure out how to do it. again I apologize for putting this in issues because idk if my stupidity qualifies as an issue. I just need some help on putting these on my bot.

for more clarification the main issues im having is

  1. I have no idea how to make the bot actually send these
  2. I don't know exactly how this code works or what all the commands are
  3. I'm stupid

thanks in advance!

Chess command help needed

In the chess command,

    @commands.command(name='chess', help="start a chess game")
    async def chess(self, ctx, black: discord.Member):
        white = ctx.author
        game = ChessGame.Chess(white, black)
        await game.start(ctx, 
            timeout=120, 
            add_reaction_after_move=True
        )

its giving,

 __init__() takes 1 positional argument but 3 were given

Please help

BattleShip.py doesnt work

the problem is that it doesnt dm me or the member
my code:

import discord
from discord.ext import commands
from Discord_Games.battleship import BattleShip

class BattleShip(commands.Cog):
  def __init__(self, bot):
    self.bot = bot
  
  @commands.command()
  async def battleship(self, ctx, member: commands.MemberConverter):
    game = BattleShip(player1 = ctx.author, player2 = member)
    await game.start(ctx)
  
def setup(bot):
  bot.add_cog(BattleShip(bot))

all it does is sends this:

Game Started!
I've setup the boards in your dms!

anyone know how to fix this?
also i didnt get any error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.