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]: Adding 2048_win #4673

Closed
1 task done
vidhiisaxena opened this issue Jun 22, 2024 · 3 comments · Fixed by #4674
Closed
1 task done

[New game]: Adding 2048_win #4673

vidhiisaxena opened this issue Jun 22, 2024 · 3 comments · Fixed by #4674
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

@vidhiisaxena
Copy link
Contributor

🎮 Game Request

Game logic and basic description
2048 is a simple game built using HTML, CSS, and JavaScript where the player matches the tiles with the same number and when the two tiles touch, they merge into one. Once the player gets 2048 in any square, they win.

Point down the features

Game points

  • Tile Movement: Tiles can be moved by clicking arrow keys in the desired direction.
  • Tile Generation: A new 2 digit tile will be generated after every move.
  • Score Tracking: The score increases by the sum of total tiles merged in one click.
  • Game Over Condition: Once the player gets 2048 in any square, they win and the game is over
  • Difficulty level: The level increases with increasing tiles making it highly difficult for the person to achieve 2048.

Select program in which you are contributing

GSSoC24

Code of Conduct

@vidhiisaxena
Copy link
Contributor Author

/assign

@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 22, 2024
@kunjgit
Copy link
Owner

kunjgit commented Jun 22, 2024

Hey @vidhiisaxena !
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 22, 2024
@kunjgit
Copy link
Owner

kunjgit commented Jul 9, 2024

Hey @vidhiisaxena ! 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

Successfully merging a pull request may close this issue.

2 participants