7 followers
Join the coding revolution: learn, innovate, transform. The only limit is your mind."
Adding the Ship Let’s add the ship to our game. To draw the player’s ship on the screen, we’ll load an image and then use the Pygame blit() method to...
let start by creating a folder and call it alien_invasion then initialize a git project git init now let create a git a virtual environment Create a...
Pygame is an amazing library that lets you create fun 2D games with Python. If you're a beginner, don't worry! This guide will take you step-by-step,...
Working with Git Branches In Git, branches allow developers to work on separate versions of a repository simultaneously. This approach is especially...
Git Adding New Files After initializing your Git repository, it’s currently empty, so let's add some files. In this lesson, we’ll use Python files as...
What is Git? Introduction to Git Git is a popular version control system used widely by developers and teams for tracking changes in code. Created by...