Prodigy-InfoTech / Web-Development-Projects

Repo for Web Development Projects
GNU Affero General Public License v3.0
43 stars 68 forks source link

🚀 Project: 2048 Game #25

Closed Git0Chetan closed 1 year ago

Git0Chetan commented 1 year ago

🔖 Project description

2048_GAME

Instruction

2048 is played on a 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Each time you slide, a new tile will randomly appear in an empty spot on the board. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move.

HTML-CSS-JS Hactoberfest 2023

Start

2048_cover_start

winner

2048_cover_end

🎤 Pitch

I have created this project and it is mostly focusing on the concepts of javascript . I would like to submit this project and make a PR for the Hacktoberfest 2023.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

Git0Chetan commented 1 year ago

It would be great to assign these Project to me , so I can make a PR as soon as possible.

Git0Chetan commented 1 year ago

I have Created A Pull Request , please Review it and accept. If possible please add hactoberfest , hactoberfest-accepted label . Thank you.