Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please bring back Saming's link as an internet archive URL too? It's available on there.

## 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!
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the URL https://play2048.co


### 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.

Expand All @@ -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)

Expand Down