CSI-280 / Pandoras-Bot

A Discord Bot that plays multiple games and records stats
0 stars 1 forks source link

Pandora's Bot

It's an arcade bot

Setup/Instructions CLI

  1. cd to the project folder
  2. run python -m venv env. This will create a virtual environment named 'env' in your project folder
  3. With terminal/bash use source env/scripts/activate to activate the environment. With Command Prompt, cd into scripts and run activate.
  4. run pip install -r requirements.txt. This will install discord.py and whatever else is included in requirements.txt
  5. Drop .env into the project files. This file is pinned in the discord server
  6. Run main.py and the bot should come online and be usable.

Games and Game Commands

Tic-Tac-Toe:

Hangman: 

Rock-Paper-Scissors

Battleship:

Commands


Other Ideas