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

Added falling words game #4596

Merged
merged 8 commits into from
Jul 1, 2024
Merged

Added falling words game #4596

merged 8 commits into from
Jul 1, 2024

Conversation

somilyadav7
Copy link
Contributor

@somilyadav7 somilyadav7 commented Jun 17, 2024

Added new game: Falling Words

A game where players need to type falling words before they reach the bottom of the screen.
Type the word, as fast as you can !!, before it reaches the bottom of the blurred square. If it touches the bottom line you lose
Fixes #4587

Features:

  • It will have difficulty level
  • Points will be scored based on how many words correctly typed.
  • If the words reach bottom of the screen then the game will be over.
  • How to play option
  • Palying music option

Game difficulties

It has 3 difficulties

  • Easy = 1 word per 3seg
  • Medium = 1 word per 2seg
  • Hard = 1 word per 1seg
  • Impossible = 1 word per 0.4seg

Tech used


Mark the task you have completed ✅

  • I follow CONTRIBUTING GUIDELINE & CODE OF CONDUCT of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.
  • I have followed proper naming convention showed in CONTRIBUTING GUIDELINE
  • I have added screenshot for website preview in assets/images
  • I have added entries for my game in main README.md
  • I have added README.md in my folder
  • I have added working video of the game in README.md (optional)
  • I have specified the respective issue number for which I have requested the new game.

Add screenshots📸

Screenshot 2024-06-17 200544
Screenshot 2024-06-17 200557
Screenshot 2024-06-17 200621
Screenshot 2024-06-17 200703



@kunjgit
Copy link
Owner

kunjgit commented Jun 17, 2024

Thank you @somilyadav7 ,for creating the PR and contributing to our GameZone 💗
Review team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

@somilyadav7
Copy link
Contributor Author

@ishita-43 @kunjgit Review the PR please.

@somilyadav7
Copy link
Contributor Author

@ishita-43 please review

@somilyadav7
Copy link
Contributor Author

somilyadav7 commented Jun 24, 2024

@kunjgit please review

Copy link
Collaborator

@ishita-43 ishita-43 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to add your game image in the asset folder of the gamezone repo
Also add your game entry in the main readme.md file of the gamezone for the format refer other entries !!

@somilyadav7
Copy link
Contributor Author

Make sure to add your game image in the asset folder of the gamezone repo Also add your game entry in the main readme.md file of the gamezone for the format refer other entries !!

Done

@somilyadav7
Copy link
Contributor Author

@ishita-43 done the changes as requested

@somilyadav7 somilyadav7 requested a review from ishita-43 June 28, 2024 20:07
@kunjgit kunjgit merged commit ac4ce8a into kunjgit:main Jul 1, 2024
@kunjgit
Copy link
Owner

kunjgit commented Jul 1, 2024

Thank you @somilyadav7 , for your valuable time and contribution in our GameZone 💗.
It’s our GameZone, so Let’s build this GameZone altogether !!🤝
Hoping to see you soon with another PR again 😇
Wishing you all the best for your journey into Open Source🚀

@kunjgit kunjgit added level3 Adding new features gssoc GSSoC24 program label labels Jul 1, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New game]: Falling Words
3 participants