https://github.com/nathancordeiro/2048
2048, the iconic number-merging puzzle game that has captivated millions! Built with JavaScript, this sleek and responsive version offers hours of mind-bending fun and challenges.
https://github.com/nathancordeiro/2048
Last synced: 7 months ago
JSON representation
2048, the iconic number-merging puzzle game that has captivated millions! Built with JavaScript, this sleek and responsive version offers hours of mind-bending fun and challenges.
- Host: GitHub
- URL: https://github.com/nathancordeiro/2048
- Owner: NathanCordeiro
- License: mit
- Created: 2024-07-06T16:36:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:37:05.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:20:19.057Z (8 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎮 2048
2048, the iconic number-merging puzzle game that has captivated millions! Built with JavaScript, this sleek and responsive version offers hours of mind-bending fun and challenges.## 🏆 How to Play
1. Use arrow keys to move tiles
2. Combine matching numbers
3. Reach 2048 (or beyond!)
4. Don't let the board fill up!## 🛠️ Project Structure
```
2048/
│
├── index.html # Landing page
├── style.css # Landind page design
├── game.html # Game page
├── game.css # Game page design
├── README.md # You are here!
└── .gitignore # Git ignore file
```## 🚀 Getting Started
1. Clone the repository
2. Open `index.html` in your browser
3. Click "Play Game" to start
4. Use arrow keys to move tiles
5. Have fun and challenge yourself!## 💻 Technologies Used
- HTML5
- CSS3
- Vanilla JavaScript## 🤔 Why 5x5?
Why settle for 4x4 when you can have 5x5? More tiles means more possibilities, more strategy, and more brain-teasing fun! 🧠💪
## 🐛 Found a bug?
If you've found a bug or have a cool idea for improvement, feel free to open an issue or submit a pull request. Let's make this game even more awesome together! 🤝
## 🎉 Enjoy the game!
Remember, the key to winning is strategy, patience, and a bit of luck. Happy gaming! 🍀🏆
## 🗒️ License
[](./LICENSE)