Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c057c2a

Browse files
authored
Fix README formatting and remove duplicate image
Removed duplicate image section from README and adjusted formatting.
1 parent eb66433 commit c057c2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SFML Tetris Game
22

33
A small C++/SFML implementation of classic Tetris. This repository is intentionally compact and is a good base for incremental gameplay improvements.
4+
## Image
5+
6+
<img width="983" height="1521" alt="image" src="https://github.com/user-attachments/assets/ef402fed-72a5-44ba-b386-5db92bed11a4" />
47

58
## Features
69

@@ -60,9 +63,6 @@ GitHub Actions builds on Ubuntu using `cmake`, `g++`, and `libsfml-dev` from `ap
6063
```
6164

6265
> The game expects `images/` to be beside the executable. The CMake build copies this folder automatically after build.
63-
## Image
64-
65-
<img width="983" height="1521" alt="image" src="https://github.com/user-attachments/assets/ef402fed-72a5-44ba-b386-5db92bed11a4" />
6666
6767
## Controls
6868

0 commit comments

Comments
 (0)