Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nafisrayan/2048-web-game
https://github.com/nafisrayan/2048-web-game
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nafisrayan/2048-web-game
- Owner: NafisRayan
- Created: 2023-11-30T05:29:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-30T07:37:03.000Z (12 months ago)
- Last Synced: 2023-11-30T08:32:59.719Z (12 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048 Web Game
This repository contains the source code for a game project developed using HTML, CSS, and JavaScript. The game features a scoring system, a result display area, and a grid filled with numbered items that players interact with.
## Features
- **Scoring System**: Displays the current score of the player.
- **Result Display**: Shows the outcome of the game after completion.
- **Interactive Grid**: Contains numbered items that players can interact with to progress through the game.![alt text](https://github.com/NafisRayan/2048-Web-Game/blob/main/ss.png)
## Getting Started
### Prerequisites
Ensure you have a modern web browser installed on your device.
### Installation
1. Clone the repository to your local machine.
```
git clone https://github.com/NafisRayan/2048-Web-Game/
```
2. Open the `index.html` file in your web browser to start playing the game.## Contributing
Contributions are welcome Please feel free to submit a pull request if you'd like to contribute to the project.