A lightweight and interactive Discord bot where users guess movie titles based on emoji clues. Compete with friends, earn points, and climb to the top of the leaderboard!
- ๐ฎ Start a Game: Begin a round of guessing with a random movie represented by emojis.
- ๐ต๏ธ Hints: Provide the genre of the movie as a clue.
- ๐ Leaderboard: Tracks and displays player scores.
- ๐ Reset: Clear the leaderboard for a fresh start.
- ๐ Stop Game: End an ongoing game session.
- ๐ก Help: Instructions for all available commands.
!start: Start a new game.!guess <your answer>: Submit your guess for the current emoji puzzle.!hint: Get a genre-based hint for the current puzzle.!score: View the leaderboard.!reset: Reset the leaderboard scores.!stop: Stop the current game.!help: Display the instructions and available commands.
- Clone the repository:
git clone https://github.com/<your-username>/<repository-name>.git cd <repository-name>
- Install dependencies: Make sure you have Python 3 installed. Then run:
pip install -r requirements.txt
- Set up the .env file: Create a .env file in the root directory and add your Discord bot token:
DISCORD_TOKEN=your-bot-token
- Run the bot
Run the bot: Start the bot by running:
This bot was developed as part of a Software Development Methodologies class project at the University of Debrecen. The goal was to create a functional, interactive application to demonstrate teamwork, agile practices, and real-world software development methodologies.
- Gegรซ Dobruna: github.com/gegedobruna
- Hala Alakhras: github.com/halaalakhras
- Mariam Ustiashvili: github.com/ustachkaa
- Akuyo Oyundelger: github.com/Akuyo-Oyundelger
๐ Enjoy the game and happy guessing! ๐ฅโจ