Skip to content

Commit ea60957

Browse files
authored
Update README.md
1 parent da14338 commit ea60957

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# Tetris_with_Python
22
Tetris game written via Python
3+
4+
This project consists of 6 modules and 1 source folder
5+
These modules are:
6+
- TetrisMain
7+
- Board
8+
- GameOver
9+
- MainMenu
10+
- ScoreTable
11+
- Tetromino
12+
13+
TetrisMain is the main module.
14+
15+
"/src" is the source file. It contains images that are used in the game.

0 commit comments

Comments
 (0)