https://github.com/rohitroy-github/alien_invasion_pygame
An alien invasion game project which is built using pygame with reference to python crash course book.
https://github.com/rohitroy-github/alien_invasion_pygame
Last synced: 3 months ago
JSON representation
An alien invasion game project which is built using pygame with reference to python crash course book.
- Host: GitHub
- URL: https://github.com/rohitroy-github/alien_invasion_pygame
- Owner: rohitroy-github
- Created: 2021-11-09T11:15:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T19:55:14.000Z (over 3 years ago)
- Last Synced: 2025-02-12T11:53:34.836Z (4 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alien_invasion_pygame
An alien invasion game project which is built using pygame with reference to python crash course book.
This is my first game built using pygame.# steps to run
To execute the game :
Download the repository and run python file alien_invasion.py using the command -
> python alien_invasion.py# last book log
page -> 275(Done)