spark-c / SparksieBOT

A Discord bot that provides upkeep, utility, and some fun commands for my personal discord server.
1 stars 0 forks source link

Tic-Tac-Toe / Other little games #20

Open spark-c opened 3 years ago

spark-c commented 3 years ago

Would be fun to have little ASCII games like tictactoe or hangman and such!

Perhaps flow like:

!invite @user

  • Create new text channel where it tags both users

// in text channel !minigame game-name

  • Begins game

// game ends

  • @user wins!
  • Use !minigame game-name to play again, or !endgame to finish
  • !endgame should clean up channel

It could be possible to set up long-term scorekeeping in a database by user per guild, though that will be a task for later