Water sort games are super popular, really fun and addicting, and surprisingly easy to make in python! The goal of water sort is basically just a color sorting game you want every tube to be full of only one color (or empty), and each level starts with them jumbled and mixed up so you have to strategically sort them out! This is a great project for beginners and intermediate programmers looking to get better with the PyGame module!
If you want the full code created in this project, check it out here:
https://github.com/plemaster01/colorS...
And if you love the channel and want to help me grow it to bigger and better things, be sure to check out my Patreon link below!
/ lemastertech
Want a t-shirt or something? I have a cool logo - check it out if you wanna! https://lemastertech.myshopify.com
Don't forget to leave a like, subscribe to the channel, and leave a comment letting me know what you want to see more of in the future! Thanks for watching!
Timestamps:
00:00:00 Intro and Background
00:01:30 Setting up the Pygame Window
00:07:20 Generate a new level and new colors
00:17:15 Drawing the tubes and colors onto the screen
00:38:48 Selecting and Moving colors in tubes
00:56:10 Checking for Victory
01:03:00 Restarting a Level, and Refreshing the board
01:06:50 Outro and Thank You!