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]: Memory Flip #3744

Closed
1 task done
Aditi22Bansal opened this issue May 25, 2024 · 3 comments
Closed
1 task done

[New game]: Memory Flip #3744

Aditi22Bansal opened this issue May 25, 2024 · 3 comments
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

@Aditi22Bansal
Copy link
Contributor

🎮 Game Request

Game logic and basic description
In this game, players flip tiles to find matching pairs. The goal is to match all pairs within a limited number of moves.

Point down the features

Game points

  1. Shuffled Tile Values
    The game generates and shuffles tile values so that each game session is unique. This is implemented in the generateTileValues() function, which creates pairs of values, shuffles them, and assigns them to the tiles.

  2. Move Counter
    The game tracks the number of moves the player has made. This is displayed on the screen and updated every time two tiles are flipped. The move count is implemented using the moves variable and updated within the flipTile() and checkMatch() functions.

Select program in which you are contributing

GSSoC24

Code of Conduct

@kunjgit
Copy link
Owner

kunjgit commented May 25, 2024

Hey @Aditi22Bansal , You can't have another issue before completing the previous one 😀
you already have the following 1 open issues 👀 ! :

#3742

@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 May 25, 2024
@kunjgit kunjgit closed this as completed May 25, 2024
@kunjgit
Copy link
Owner

kunjgit commented May 25, 2024

Hey @Aditi22Bansal ! 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! 😇

@kunjgit
Copy link
Owner

kunjgit commented May 25, 2024

Hey @Aditi22Bansal !
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 May 25, 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 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