[New game]: Memory Flip #3744
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
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
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.
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
The text was updated successfully, but these errors were encountered: