Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit cda74cc

Browse files
committed
Updated width for screenshots
1 parent beb8860 commit cda74cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Snake game for Android made with Jetpack Compose.
33
Blog Post: https://medium.com/@themukeshsolanki/classic-snake-game-with-jetpack-compose-2b78f4892ca
44

5-
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/menu.png"/> &nbsp;&nbsp;
6-
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/ingame.png"/> &nbsp;&nbsp;
7-
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/endgame.png"/> &nbsp;&nbsp;
8-
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/highscore.png"/> &nbsp;&nbsp;
5+
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/menu.png" width="248px"/> &nbsp;&nbsp;
6+
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/ingame.png" width="248px"/> &nbsp;&nbsp;
7+
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/endgame.png" width="248px"/> &nbsp;&nbsp;
8+
<img src="https://raw.githubusercontent.com/mukeshsolanki/snake-game-android/main/screenshots/highscore.png" width="248px"/> &nbsp;&nbsp;
99

1010
## How to build the app
1111
1. Clone the repository.

0 commit comments

Comments
 (0)