An open API service indexing awesome lists of open source software.

https://github.com/rampa2510/python-pygame

All the programs that i created using the pygame module
https://github.com/rampa2510/python-pygame

game obstacle python python-3 python-library python-pygame python3

Last synced: 4 months ago
JSON representation

All the programs that i created using the pygame module

Awesome Lists containing this project

README

          

# python-pygame

## Download Python3:-
I made all of my projects using python3, it will be replaced in the future by its succesor but I belive the changes in the syntax will be minimal so if you have python version other than 3.X look out for changes in my code

[To download python](https://www.python.org/downloads/)

## DOWNLOAD PYGAME:-
To download pygame module you can use the command
```
pip3 install pygame
```
in your terminal window
or follow the link here please remember to download considering your computer OS :-

https://www.pygame.org/download.shtml

### RaceGame with obstacles

I created a racegame using the pygame python module where you have to avoid the obstacles and the gamde will keep track of the number of obstacles avoided. The difficulty of the game will increase with more obstacles you avoid. I have also attached the car png image I used for the game

### SpaceInvaders

I created the classic space invaders game using pygame moduleof python. I used sprite classes to create varioius sprites for this project.All the images and sound I used are there in the image and sound folders.

### Snake game
I created the retro snake game but here you have to avoid the window boundaries. The more you eat the bigger your snake gets. Added opening menu screen and ending screen with background music. Attaching all the assests with it in the repositories