aadarshjha / 2048-Remake

A remake of the game 2048 in Javascript, HTML, CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 Remake

This is a remake of the original 2048 game (https://play2048.co/). This project exercises JavaScript classes, closures, callbacks, as well as template literals and OOP design. Further, this project was a practice in fundamental JavaScript design patterns, including the Module pattern, the Constructor Pattern, and the Revealing Module Pattern. This project also utilizes semantic HTML, as well as advanced CSS techniques which include animations.

Game state images:

Game States

Image Of Game

Image Of Game

Game Over State

Image Of Game

About

A remake of the game 2048 in Javascript, HTML, CSS.


Languages

Language:JavaScript 74.3%Language:CSS 17.3%Language:HTML 8.4%