Web tabanlı oyunlar
Match the numbers in order
Avoid revisiting any tile
Clear every tile without leaving any empty tiles
Find and match all identical pairs
Clear the board to win
'src/zip' → Unity Files
'src/zip/demo' → Web Build Files
'src/zip/Video' → Gameplay Video
'src/memorymatch' → Unity Files
'src/memorymatch/demo' → Web Build Files
'src/memorymatch/video' → Gameplay Video
Fork the repository
Create a feature branch git checkout -b feature/amazing-feature
Make your changes
Add tests for new functionality
Commit your changes git commit -m 'Add amazing feature'
Push to the branch git push origin feature/amazing-feature
Open a Pull Request