8000 tic tac toe by python019 · Pull Request #4 · python019/python-game-projects · GitHub
[go: up one dir, main page]

Skip to content

tic tac toe #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file added Gui.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Tetris Game In Python
# Tic Tac Toe Game In Python

<img src="resources/tetris.png">
<img src="resources/base.png">
Binary file added Winning_message.PNG
6D40
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 0 additions & 31 deletions block_speeds_data.csv

This file was deleted.

77 changes: 0 additions & 77 deletions config.py

This file was deleted.

Binary file added draw_messge.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fonts/PressStart2P-vaV7.ttf
Binary file not shown.
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

Binary file added resources/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/tetris.png
Binary file not shown.
Binary file removed sounds/clear.wav
Binary file not shown.
Binary file removed sounds/fall.wav
Binary file not shown.
Binary file removed sounds/gameover.wav
Binary file not shown.
Binary file removed sounds/line.wav
Binary file not shown.
Binary file removed sounds/selection.wav
Binary file not shown.
Binary file removed sounds/success.wav
Binary file not shown.
Binary file removed sounds/theme.mp3
Binary file not shown.
208 changes: 0 additions & 208 deletions tetris.py

This file was deleted.

Loading
0