[New game]: Word scribble game #4179
Labels
gssoc
GSSoC24 program label
level3
Adding new features
New Game 🎮
This is the label that will be used on issues that are raising new game issue
🎮 Game Request
Game logic and basic description
Word Scribble is a word puzzle game where players rearrange a set of scrambled letters to form meaningful words. The game logic involves several key components to ensure an engaging and challenging experience for the player. Here's a detailed breakdown of the game logic for Word Scribble:
Word List Selection: Choose a list of words appropriate for the game's difficulty level.
Random Word Selection: Randomly select a word from the list.
Scramble Letters: Shuffle the letters of the selected word to create the scrambled word presented to the player.
User Interface (UI)
Display Scrambled Word: Show the scrambled letters to the player.
Input Mechanism: Provide a way for the player to input their guesses (e.g., text input box, draggable letters).
Feedback System: Display feedback for correct or incorrect guesses.
Gameplay Loop
Start Game: Display the first scrambled word to the player.
Player Input: Allow the player to rearrange the letters or type their guess.
Check Guess:
Compare the player's guess to the original word.
If the guess is correct, move to the next word or end the game if it was the last word.
If the guess is incorrect, provide feedback and allow the player to try again.
Point down the features
Game points
Scoring System
Score Calculation: Assign points based on the accuracy and speed of the player's guesses.
Correct guess on the first try: Maximum points.
Correct guess after multiple attempts: Fewer points.
Bonus points for completing the game quickly.
Select program in which you are contributing
GSSoC24
Code of Conduct
The text was updated successfully, but these errors were encountered: