ndleah / python-mini-project

🙌 Welcome open-source Python mini-project contributions!
MIT License
3.07k stars 1.21k forks source link

Enhanced User Experience with Multiplayer, Cutom Words, Statistics, Leaderboard, and Timer for Hangman Game #260

Open w3ngm0 opened 4 months ago

w3ngm0 commented 4 months ago

Hi, I would like to propose a new feature for the Hangman game. The enhancements aim to make the game more engaging and provide better replay value. The leaderboard and statistics encourage players to improve their performance. The custom word list feature allows for personalized gameplay experiences.

Description

This feature aims to improve the user experience by adding several enhancements to the hangman game:

  1. Multiplayer Mode: Allows multiple players to take turns guessing the word.
  2. Custom Word List: Players can add their own words and hints to the game.
  3. Statistics Tracking: The game now tracks the number of games played, games won, games lost, and average time taken.
  4. Leaderboard: A leaderboard displays the fastest times and highest scores.
  5. Timer: Each game session is timed to add an extra challenge.
  6. Try Again Option: After a game ends, players can choose to play again.
  7. Hint System: Players can request a hint to reveal a letter in the word

Type of issue

Checklist:

Implementation ideas:

Multiplayer Mode:

Custom Word List:

Statistics Tracking: The game now tracks the number of games played, games won, games lost, and total time taken. Statistics are displayed at the end of the game.

Leaderboard:

Timer:

Try Again Option:

Hint System:

Please assign this task to me. Thank you

Gabriela20103967 commented 4 months ago

I would like to collaborate in this issue, please let me know if is possible.