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
The invite link for Lantern is here. Please enjoy, and reach out if you have any issues.
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.
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.