Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New game]: Word scribble game #4179

Closed
1 task done
codewithishu opened this issue Jun 3, 2024 · 4 comments
Closed
1 task done

[New game]: Word scribble game #4179

codewithishu opened this issue Jun 3, 2024 · 4 comments
Assignees
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

Comments

@codewithishu
Copy link
Contributor

🎮 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:

  1. Game Initialization

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.

  1. 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.

  2. 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

@kunjgit kunjgit added level3 Adding new features New Game 🎮 This is the label that will be used on issues that are raising new game issue labels Jun 3, 2024
@codewithishu
Copy link
Contributor Author

/assign

@kunjgit
Copy link
Owner

kunjgit commented Jun 3, 2024

Hey @codewithishu !
Thank you for raising an issue 💗
You can self assign the issue by commenting /assign in comment 😀
Make sure you follow CODE OF CONDUCT and CONTRIBUTING GUIDELINES 🚀
Don’t Forget to ⭐ our GameZone🎮
Make sure you join our Discord🕹️

@kunjgit kunjgit added the gssoc GSSoC24 program label label Jun 3, 2024
@kunjgit kunjgit closed this as completed Jun 3, 2024
@kunjgit
Copy link
Owner

kunjgit commented Jun 3, 2024

Hey @codewithishu!
We are already having a similar game request in #3949 👀
Make sure you come up with a cool unique idea 😀
Waiting for your new game idea 💗.

@kunjgit
Copy link
Owner

kunjgit commented Jun 3, 2024

Hey @codewithishu ! Thank you so much for your raising the issue💗
It’s all yours, you can come anytime again and make some contributions! 🚀
Alone, we can do little, but together we can do so much! 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants