bhaveshlohana / HacktoberFest2020-Contributions

A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
MIT License
189 stars 997 forks source link

Add files via upload #1713

Open ShrutiAggarwal2000 opened 3 years ago

ShrutiAggarwal2000 commented 3 years ago

Added code of a simple sliding tile puzzle game in C++ language . The user can move tiles in four directions up, down, left, right. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048.