Skip to content

Commit 414a73b

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

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## The game divided into different modules for ease of use and debugging
44

5-
### 1. colors.py
5+
### 1. [Colors Module](colors.py)
66

7-
define 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)
8+
9+
### 2. [Config Module](config.py)
10+
11+
defining screen width and height and also the FPS
12+
13+
### 3. [Initialize Module](init.py)
14+
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)

0 commit comments

Comments
 (0)