Skip to content

Commit 4225af3

Browse files
committed
2 parents eb6db9d + 78a253f commit 4225af3

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: #educ8s

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Python Tetris Game using pygame or pygame-ce
2+
3+
🕹️🐍🎮 This GitHub repository is home to the full source code for a Tetris game built with the Python programming language and pygame library. 💻🎨🎧 The game uses various pygame functions for graphics, input handling, and audio and can be played on Windows, macOS, and Linux computers. 🔍📖 The code is well-structured and easy to read, making it a valuable resource for aspiring game developers looking to learn about pygame game programming.
4+
5+
If you want to learn how to build your own Tetris game with pygame, check out the accompanying <a href="https://youtu.be/nF_crEtmpBo">Video Tutorial on YouTube.</a> 🎬👨‍💻 The tutorial guides you through every line of code, explaining the logic behind it and demonstrating how it affects the game. You'll discover how to set up the game window, create the Grid and block classes, add collision detection, and implement sound effects. By the end of the tutorial, you'll have a fully functional Tetris game that you can play and modify however you like. ☕ So, grab a cup of coffee and let's dive into the exciting world of game development with pygame! 🚀
6+
7+
# Video Tutorial
8+
9+
<p align="center">
10+
<img src="preview.jpg" alt="" width="960">
11+
</p>
12+
13+
<p align="center">
14+
🎥 <a href="https://youtu.be/nF_crEtmpBo">Video Tutorial on YouTube</a>
15+
</p>
16+
17+
<br>
18+
<br>
19+
<p align="center">
20+
| 📺 <a href="https://www.youtube.com/channel/UC3ivOTE5EgpmF2DHLBmWIWg">My YouTube Channel</a>
21+
| 🌍 <a href="http://www.educ8s.tv">My Website</a> | <br>
22+
</p>

preview.jpg

99.6 KB
Loading

0 commit comments

Comments
 (0)