Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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 ❤