Skip to content

Commit 87fd556

Browse files
Merge remote-tracking branch 'origin/main'
2 parents f7ca2e6 + 8fd0382 commit 87fd556

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

2048 Game/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Simple-JavaScript-Game
2-
3-
4-
# Game Photo :
5-
1+
# Game Name: 2048
62

3+
# Game Description
4+
"2048" is a single-player sliding puzzle game. The objective is to merge tiles with the same number to create a tile with the number 2048. The game is played on a 4x4 grid. Players can slide tiles in one of four directions (up, down, left, or right). When two tiles with the same number collide, they merge into a tile with double the value.
75

6+
# Game Photo:
87

98
![Screenshot 2024-07-25 204221](https://github.com/user-attachments/assets/1ca73d6e-4c88-4d11-8c91-44f4a72fb7cd)

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Contributing to Simple JavaScript Games
2+
3+
Thank you for your interest in contributing to the Simple JavaScript Game! We welcome contributions of all kinds, including bug fixes, feature additions, and documentation improvements.
4+
5+
## How to Contribute
6+
7+
### Reporting Bugs
8+
9+
If you find a bug in the game, please create an issue with the following details:
10+
- A clear and descriptive title.
11+
- A detailed description of the bug.
12+
- Steps to reproduce the bug.
13+
- Expected and actual behavior.
14+
- Screenshots, if applicable.
15+
- Your operating system and browser version.
16+
17+
### Suggesting Enhancements
18+
19+
We are always looking to improve the game! If you have an idea for a new feature or an enhancement to an existing feature, please create an issue with the following details:
20+
- A clear and descriptive title.
21+
- A detailed description of the proposed enhancement.
22+
- Rationale for why the enhancement would be useful.
23+
- Any additional context or screenshots, if applicable.
24+

0 commit comments

Comments
 (0)