Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.14 KB

BotGuys

Project made for CSCI 4440 - Software Design & Documentation.

Worked on by Jesse Diaz, Sam Cashman, Pierson Garcia, Michael Pan, and Matthews DeJesus.

Our discord bot, Lantern, will be able to play various card games. Can play:

  • Blackjack
  • Poker
  • Uno

For Users:

The invite link for Lantern is here. Please enjoy, and reach out if you have any issues.

For Developers:

We have included a requirements.txt file of all necessary libraries in order to make your own bot based off of Lantern. You will also need to create a folder called logs in the root, as well as a bot_token.txt and guild_id.txt in the configs folder to hold your bot token and guild id respecitvely.

Resources used:

This video provided the basic setup of the primary three files for handling a discord bot.

This website provided the rules of Blackjack.

This pdf provided the basic rules of Uno.