A simple implementation of the popular 2048 game using HTML, CSS, and JavaScript. The objective is to slide numbered tiles on a grid, combining them to create higher-value tiles until you reach the tile with the number 2048.
- Controls: Use the arrow keys (Up, Down, Left, Right) to move the tiles.
- Objective: Combine tiles of the same value by sliding them together until you reach a tile with the number 2048.
- Basic game mechanics of 2048.
- High score tracking that updates during gameplay and at the end of each game.
- Clone this repository to your local machine:
git clone https://github.com/my-name-here/testingAider
- Open the
index.htmlfile in a web browser to play the game.
Simply open the index.html file in any modern web browser to start playing.
Contributions are welcome! Feel free to fork this repository and submit pull requests with your improvements or bug fixes.