Skip to content

Commit 728e01d

Browse files
README.md
1 parent eb0715a commit 728e01d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ This Tetris game is developed using Java's Swing and AWT libraries, offering a c
1313
- **Collision Detection:** Ensures a realistic gameplay experience.
1414
- **Music and Sound Effects:** Enhances gameplay with engaging audio.
1515

16+
17+
## ScreenShots
18+
19+
20+
![Screenshot (813)](https://github.com/Hasnatrasool163/Tetris-in-Java/assets/153990457/805291a0-b07b-4f75-bad6-b0fa70fda65d)
21+
22+
1623
## Getting Started
1724

1825
### Prerequisites
@@ -37,12 +44,14 @@ Ensure you have Java Development Kit (JDK) installed on your machine to run and
3744

3845
```bash
3946
javac tetris/Game.java
47+
javac Main.java
4048
```
4149

4250
4. Run the game:
4351

4452
```bash
4553
java tetris.Game
54+
java Main
4655
```
4756

4857
## How to Play

0 commit comments

Comments
 (0)