I am Michael Maranan, I am currently a BA Student and I'm a self-taught programmer. I learned Python through free online courses and forums with curiosity and a little courage. I am willing to learn more and share them by writing blog posts to provide pieces of knowledge to other programmers, especially self-taught people like me.
Enhance your Python games with sound effects using Pygame. This tutorial covers installing Pygame, loading sounds, and incorporating audio feedback into games like Flappy Bird.
Learn how to create a Pacman game using Python and Pygame with this comprehensive tutorial. Covering everything from setting up your environment, creating game characters and components, to running the game, this guide provides step-by-step instructions to build a fully functional Pacman game.
Learn how to build your own Sudoku game in Python using Pygame with this comprehensive tutorial. Covering installation, game logic, user interface, and a timer feature, this guide is perfect for enthusiasts looking to create a functional and extendable Sudoku puzzle game.
Master game development with Python in this engaging tutorial, where you'll learn how to create your own Space Invaders game using Pygame. From setting up your environment to crafting game mechanics with ships, aliens, and bullets, this guide is packed with practical steps and essential coding insights. Ideal for begin
Discover how to craft a Pong game with Python and Pygame through a comprehensive tutorial, gaining hands-on game development skills. Learn key concepts like rendering graphics, managing game state, and handling user input while bringing your code to life in this engaging guide.
Learn how to build a flappy bird game from scratch using the Pygame library in Python.
Learn how to build a platformer game from scratch using PyGame library in Python.
Learn how to build a maze game with Pygame library in Python.
Learn how to make a slide puzzle game from scratch step by step with Pygame library in Python.
Learn how to build a checkers game from scratch with the help of Pygame library in Python.
Learn how to build a tic tac toe game using the Pygame library from scratch in Python.
Learn how to use PyGame to create a Hangman word guessing game in Python.
Learn how to build an accounting application using the Django framework and Bootstrap in Python.
Learn how to make a hangman game to guess a word in Python using the standard library.
Learn how you can build a chess game from scratch with Python classes and pygame library in Python.