From ac9639514e7067b002bcdf3b81b365107280bd53 Mon Sep 17 00:00:00 2001 From: vitran <80737854+vitran17@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:53:52 -0500 Subject: [PATCH] Update README.md Replaced 1024 link to a functional one, removed non-working link (Saming's 2048), added new headings: About, Play Now!, Official App, and Testing, and also included steps in Testing --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b1da38794..53c817c177 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# 2048 -A small clone of [1024](https://play.google.com/store/apps/details?id=com.veewo.a1024), based on [Saming's 2048](http://saming.fr/p/2048/) (also a clone). +## About +This project was created purely for entertainment and enjoyment, inspired by Saming's popular game 2048, which is a clone of [1024](https://web.archive.org/web/20140328011720/https://play.google.com/store/apps/details?id=com.veewo.a1024). -Made just for fun. [Play it here!](http://gabrielecirulli.github.io/2048/) +2048 is a popular single-player sliding block puzzle game. The objective is to slide numbered tiles on a grid to combine them and create a tile with the number 2048. The game is won when a tile with the number 2048 is created. -The official app can also be found on the [Play Store](https://play.google.com/store/apps/details?id=com.gabrielecirulli.app2048) and [App Store!](https://itunes.apple.com/us/app/2048-by-gabriele-cirulli/id868076805) +## Play Now! +Excited to try it out? Click [here](http://gabrielecirulli.github.io/2048/) to start playing instantly! -### Contributions +## Official App +Don't forget, you can also find our official app on both the [Play Store](https://play.google.com/store/apps/details?id=com.gabrielecirulli.app2048) and [App Store](https://itunes.apple.com/us/app/2048-by-gabriele-cirulli/id868076805) for an enhanced gaming experience! + +## Contributions [Anna Harren](https://github.com/iirelu/) and [sigod](https://github.com/sigod) are maintainers for this repository. @@ -27,10 +31,20 @@ Many thanks to [rayhaanj](https://github.com/rayhaanj), [Mechazawa](https://gith That screenshot is fake, by the way. I never reached 2048 :smile: ## Contributing -Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into `master`! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process. +Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into `master`! If you can, please ensure the game fully works before sending the PR, as that will help speed up the process. You can find the same information in the [contributing guide.](https://github.com/gabrielecirulli/2048/blob/master/CONTRIBUTING.md) +### Testing +To test if your new feature is functional, follow these steps: + +##### Drag and Drop Method: + +1. Open your web browser. +2. Navigate to the folder containing the `index.html` file in your file explorer. +3. Drag the `index.html` file and drop it onto the web browser window. +4. Interact with the application to view or test the new feature. + ## License 2048 is licensed under the [MIT license.](https://github.com/gabrielecirulli/2048/blob/master/LICENSE.txt)