Posts

Showing posts from February, 2022

How to make multiplayer game in python for beginners with source code.

Image
  Steps for making a game in python. First Step Make environment to organize the game . Make folder name space_invaders (or a game name you are creating).   Inside the game folder make python file name as main.py in which all the fuctions will run and a folder name as Assets . In the Assets folder  Store images , sound , graphics etc (Which will be used in game). Second Step Open Command Prompt (Go to search and write cmd right click on command prompt and click nrun as administrator) in command prompt wright this command pip install pygame make sure you have installed python. Final Step Download the Following file (Click on the file) and extract it from winrar.The code is explained in main.py file you can learn from it. Download    Space_invader_game.zip Thanks for reading!💓