Category: Games

  • Breakout Game

    Professional projectPython code solution and explanationturtle library Introduction Breakout is a classic arcade game that was released in 1976. In this game, the player controls a paddle at the bottom and uses it to deflect a ball upwards to break a wall of bricks. The objective is to clear all the bricks without the ball…

  • Snake Game

    Professional projectPython code solution and explanationturtle library Introduction The Snake game is a classic video game where the player controls a snake that moves across a screen and grows by eating food. The objective of the game is to make the snake as long as possible without hitting the walls or running into its own…

  • Automate Google Dinosaur Game

    Professional projectPython code solution and explanationPIL, pillow, pyautogui Introduction The google dinosaur game has become popular among players of all ages. It’s even become a cultural icon of the internet. It’s a simple and addictive 2D side-scrolling game built into the Chrome browser. The original game is only activated when the player’s internet connection goes…

  • Disappearing Text Writing App

    Professional projectPython code solution and explanationTkinter GUI Introduction A common issue for writers is writer’s block, which is the inability to come up with ideas or put them into words. One solution to this is using The Most Dangerous Writing App, an online text editor that deletes all progress if the user stops writing for…

  • Typing Speed Test

    Professional projectPython code solution and explanationTkinter GUI Introduction A typing speed test is a tool used to measure a person’s typing proficiency. It involves typing a passage of text as quickly as possible within a set time frame. This result is expressed in words per minute (WPM). You might have come across an online typing…

  • Tic Tac Toe

    Professional projectPython code solution and explanation Introduction Tic tac toe is a classic paper-pencil game played among young children across the world, and it’s widely known for its simple rules. It is played by marking an X or an O on a 3×3 grid. The first person to mark three of their signs in a…