Skip to content

itzrv19/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

2048 Game

A simple web-based clone of the popular 2048 puzzle game, built using HTML, CSS, and JavaScript.

๐ŸŽฎ Gameplay

  • Use your arrow keys to move the tiles.
  • When two tiles with the same number touch, they merge into one.
  • Keep combining tiles until you reach 2048 โ€” or try for a higher score!

๐Ÿš€ Live Demo

You can run the game locally or host it on any static server.

LIVE DEMO - https://itzrv19.github.io/2048/

๐Ÿ“‚ Project Structure

.
โ”œโ”€โ”€ index.html     # Main HTML file
โ”œโ”€โ”€ 2048.css       # Stylesheet
โ”œโ”€โ”€ 2048.js        # Game logic
โ””โ”€โ”€ README.md      # Project documentation

โœจ Features

  • Smooth tile movement and animations
  • Classic 2048 gameplay
  • Works in any modern browser
  • Lightweight (pure HTML, CSS, JS)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published