Skip to content
/ 2048 Public

2048Mash number puzzle game. Slide two same number tiles to merge into one. Make 2048 that way to win it!

License

Notifications You must be signed in to change notification settings

Rajspeaks/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://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 ❤