mk314k / 2048

2048 Game

Home Page:https://mk314k.github.io/2048/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048

Welcome to the 2048 GitHub repository! This repository contains the source code and deployment configuration for the 2048 game, which can be played at mk314k.github.io/2048/.

The game is built using the following technologies:

  • Vite: A fast build tooling framework for modern web projects.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • React: A JavaScript library for building user interfaces.

How to Play

The goal of the game is to combine numbered tiles to reach the 2048 tile. You can use the arrow keys (up, down, left, right) to move the tiles in the corresponding direction. When two tiles with the same number collide, they merge into one tile with double the value. After each move, a new tile will appear randomly on the board.

Preview

Gameplay Preview

License

This project is licensed under the MIT License.

Acknowledgments

The game is inspired by the original 2048 game created by Gabriele Cirulli.

Contact

If you have any questions or need further assistance, you can reach out to the project maintainer via email at [mk314k@mit.edu].

Thank you for visiting the 2048 GitHub repository! Enjoy playing the game!

About

2048 Game

https://mk314k.github.io/2048/

License:MIT License


Languages

Language:CSS 57.1%Language:TypeScript 20.2%Language:JavaScript 11.7%Language:HTML 11.0%