Skip to content

Commit 076ff90

Browse files
authored
Merge pull request #4 from python019/tic-tac-toe
tic tac toe
2 parents ecb07bc + 993642a commit 076ff90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+210
-1441
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Gui.PNG

32 KB
Loading

LICENSE

-21
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Tetris Game In Python
1+
# Tic Tac Toe Game In Python
22

3-
<img src="resources/tetris.png">
3+
<img src="resources/base.png">

Winning_message.PNG

34.2 KB
Loading

block_speeds_data.csv

-31
This file was deleted.

config.py

-77
This file was deleted.

draw_messge.PNG

13.7 KB
Loading

fonts/PressStart2P-vaV7.ttf

-80.5 KB
Binary file not shown.

requirements.txt

-3
This file was deleted.

resources/base.png

165 KB
Loading

resources/tetris.png

-216 KB
Binary file not shown.

sounds/clear.wav

-14.7 KB
Binary file not shown.

sounds/fall.wav

-7.6 KB
Binary file not shown.

sounds/gameover.wav

-94.2 KB
Binary file not shown.

sounds/line.wav

-6.1 KB
Binary file not shown.

sounds/selection.wav

-14.2 KB
Binary file not shown.

sounds/success.wav

-37.4 KB
Binary file not shown.

sounds/theme.mp3

-1.28 MB
Binary file not shown.

tetris.py

-208
This file was deleted.

0 commit comments

Comments
 (0)