-
Notifications
You must be signed in to change notification settings - Fork 17k
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
vitran17
wants to merge
1
commit into
gabrielecirulli:master
Choose a base branch
from
vitran17:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #557
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
## 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! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
|
||
|
@@ -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) | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.