We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdef0e9 commit 414a73bCopy full SHA for 414a73b
README.md
@@ -2,6 +2,16 @@
2
3
## The game divided into different modules for ease of use and debugging
4
5
-### 1. colors.py
+### 1. [Colors Module](colors.py)
6
7
- define some colors to use in the game (we can add more colors here)
+ 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