8000 GitHub - 202103048/2048-Game: Created with StackBlitz ⚡️
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

202103048/2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 is a popular single-player puzzle game. The game’s objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048. The game is played on a 4x4 grid, and the player moves the tiles by swiping in the desired direction.

Each move combines adjacent tiles with the same number, and new tiles with the number 2 or 4 appear randomly on the board. The game ends when the player successfully creates a 2048 tile, or when the board is full and there are no more moves available.

In this article, I will be showing you how to build this game using HTML and JavaScript. By the end of this tutorial, you will have created a fully functional 2048 game that can be played in your web browser.

About

Created with StackBlitz ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0