Hello everyone, This is my introductory blog, for a new project of CT II. I have started working on this new game project, which is "Piano Tiles". In my first project I was using "Tkinter", but for this game I will be using "Pygame", because I think making "Piano Tiles" will become easy if I use "Pygame". About Pygame: Pygame is a set of python modules specially designed for writing games. It has amazing features with excellent SDL library. Also by using pygame, the logic can be implemented in small amount of code. Initial plan: So initially I have desided to make the game window for the game and hopefully add music into it. Then from on wards I will start working in the same way, making logic for the game by analyzing the conditions ...