Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajspeaks/2048
2048Mash number puzzle game. Slide two same number tiles to merge into one. Make 2048 that way to win it!
https://github.com/rajspeaks/2048
2048 2048-clone 2048-game 2048-redesigned css3 game game-development gamedev html5 javascript-game js rajdeep-das rajspeaks
Last synced: 5 days ago
JSON representation
2048Mash number puzzle game. Slide two same number tiles to merge into one. Make 2048 that way to win it!
- Host: GitHub
- URL: https://github.com/rajspeaks/2048
- Owner: Rajspeaks
- License: gpl-3.0
- Created: 2021-12-26T21:34:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T11:55:27.000Z (over 2 years ago)
- Last Synced: 2024-10-30T03:44:05.592Z (about 2 months ago)
- Topics: 2048, 2048-clone, 2048-game, 2048-redesigned, css3, game, game-development, gamedev, html5, javascript-game, js, rajdeep-das, rajspeaks
- Language: JavaScript
- Homepage: https://2048mash.netlify.app/
- Size: 980 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048Mash
2048Mash is a modified clone of the original 2048 number puzzle game which is a very popular 4×4 square number matching game.
It has been developed with new look & flexible movements.NOTE: You can play it in any device you want.
## Link:
Hosted on Netlify: [![Netlify Status](https://api.netlify.com/api/v1/badges/580e173e-b975-42f9-9c68-c491c99ba9b6/deploy-status)](https://app.netlify.com/sites/2048mash/deploys)
https://2048mash.netlify.app
Original one:
https://2048game.com
## Instructions:
- Use arrow keys or W,S,A,D keys to move numbers boxes. (Desktop/Laptop)
- In case of phone, slide numbers by touching them only.
- Two consecutive same number boxes will be merged into one.
- It goes like:
2
2+2=4
4+4=8
8+8=16
16+16=32
32+32=64
64+64=128
128+128=256
256+256=512
512+512=1024
1024+1024=2048
2048= Final Reach & you win the game.
- Once you merged two same consecutive numbers into their sum numbers, you can't step back anymore.
- If there is no more consecutive numbers match in any row or column then it's over!!### Tools:
HTML, CSS, SCSS, JavaScript### Reference taken from:
1. GitHub &
2. https://2048game .com (Original 2048 game official site)### Screenshots:
© Rajdeep Das
Made with ❤