divyansh-2005 / GAME_PLAYER

Instant Games Platform! This project is a fun and interactive platform that allows users to play various games instantly on our website or through Telegram. The project is built on the MERN stack and integrates with crypto wallets using RainbowKit.
https://game-player-navy.vercel.app
12 stars 67 forks source link

[FEATURE] Word Guessing Game (Hangman/Wordle Style) #107

Closed samriddhitiwary closed 1 month ago

samriddhitiwary commented 1 month ago

Is your feature request related to a problem? Please describe. I often find that word guessing games like Hangman or Wordle are fun, but there could be more variations or enhancements in gameplay. For example, more categories, different difficulty levels, or additional hints could add depth to these games, making them even more engaging for players. I am particularly interested in creating a version of these games that can be contributed to the GSSoC-ext or Hacktoberfest projects.

Describe the solution you'd like To create a Word Guessing Game that combines the best elements of Hangman and Wordle, we can implement two modes of gameplay: Classic Hangman Mode and Wordle Style Mode. Players will have the option to choose between these modes. Here’s how we can build it step by step:

Key Features: Classic Hangman Mode: Guess a word letter by letter, with a limited number of wrong attempts leading to a "hangman" (or a different failure visual). Wordle Style Mode: Guess the entire word in a fixed number of attempts. Provide feedback on correct letters and correct placement after each guess. Hints or Categories: Include hints for words or categories such as "Animals," "Movies," etc.

Screenshots This is just an example image screenshots/video of feature

check list

samriddhitiwary commented 1 month ago

@divyansh-2005 could you please assign this feature to me

samriddhitiwary commented 1 month ago

@divyansh-2005 ??

samriddhitiwary commented 1 month ago

@zalabhavy Thank you I will start working on it