jeffrey-ng / 2048-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 Game

2048 is a single-player sliding block puzzle game. You need to move blocks in order to combine the same tiles. The goal is to reach 2048 or a maximum you can.

This is just another implementation of 2048 Game initially written by Gabriele Cirulli. Fun project to get my hands to work with some technologies.

Demo

Demo is deployed here: https://megaboich.github.io/2048/.

Used 3rd party technologies and assets:

About

License:MIT License


Languages

Language:TypeScript 61.9%Language:CSS 21.0%Language:JavaScript 8.2%Language:HTML 7.6%Language:Less 1.3%