Skip to content

Commit 26824a2

Browse files
author
youssif-sully
committed
update
1 parent 414a73b commit 26824a2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44

55
### 1. [Colors Module](colors.py)
66

7-
defining some colors to use in the game (we can add more colors here)
7+
#### defining some colors to use in the game (we can add more colors here)
88

99
### 2. [Config Module](config.py)
1010

11-
defining screen width and height and also the FPS
11+
#### defining screen width and height and also the FPS
1212

1313
### 3. [Initialize Module](init.py)
1414

15-
initializing the pygame module, pygame mixer (used for sounds),
16-
the screen (width and height imported from config module), screen label
17-
and the clock (used to control the time of the game flow) [Game flow](flow.md)
15+
#### initializing the pygame module, pygame mixer (used for sounds), the screen (width and height imported from config module), screen label and the clock (used to control the time of the game flow) See: [Game flow](flow.md)

0 commit comments

Comments
 (0)