galnir / Master-Bot

A Discord music bot and dashboard with slash commands, playlist support, Spotify, music quiz, saved playlists, lyrics, gifs and more
MIT License
464 stars 372 forks source link

Games - Connect-4 & Tic-Tac-Toe - Dashboard Branch #733

Closed Bacon-Fixation closed 2 years ago

Bacon-Fixation commented 2 years ago

Adds /games and sets up for more games to come and still be just 1 global slash command, /games command sends out an invitation so anyone who wants to play can,

Connect 4 and Tic-Tac-Toe are Sub Commands of /games /games connect-4 /games tic-tac-toe

players must finish a game or the game has to time out in order to play another players that are currently in a game cannot join another (invitation will ignore them if they click yes on the invite)

uses napi-rs/canvas

image

Tested On Windows (x64/Local) Raspian 64 (arm64/Local) Debian 10 (arm64,x64/Local)

Much Love -Bacon