This is a Python implementation of the classic FizzBuzz game, designed as part of a work experience project for RDT. The game allows multiple players to participate in a fun and interactive way.
- Multiplayer Support: Players can join the game by entering their names.
- Difficulty Levels: Players can choose from different difficulty levels that affect the time allowed to respond.
- Timer: Each player has a limited time to respond to each number.
- Scoring System: Players earn points for correct answers and lose points for incorrect answers or failing to respond in time.
- Elimination: Players with zero points are eliminated from the game.
- Winning Condition: The first player to reach 10 points wins the game.
- Python 3.x installed on your machine.