https://github.com/smahesh29/space-invader-game
This is a space invader game created using python turtle module.
https://github.com/smahesh29/space-invader-game
game python python3 pythongame space-game space-invaders turtle turtle-graphics
Last synced: 10 months ago
JSON representation
This is a space invader game created using python turtle module.
- Host: GitHub
- URL: https://github.com/smahesh29/space-invader-game
- Owner: smahesh29
- License: mit
- Created: 2019-04-22T11:00:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T15:22:40.000Z (over 3 years ago)
- Last Synced: 2025-04-22T19:44:31.159Z (about 1 year ago)
- Topics: game, python, python3, pythongame, space-game, space-invaders, turtle, turtle-graphics
- Language: Python
- Homepage:
- Size: 13.9 MB
- Stars: 23
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Space-Invader-Game
This is a Space Invader Game created using python turtle. It contains two python files:
1. space.py
2. space_up.py
The space_up.py file is a little bit more updated compared to space.py. In order to understand how the program is working, you should first go through the space.py file. After understanding the code, go through the space_up.py file.
In both files winsound and os, modules are used to play sound in windows and linux/mac respectively. When sound for linux is commented and you are running the program in linux, uncomment the sound for linux and comment the sound for windows. In the program, it is specified which line is used to give sound for windows and which line is used to give the sound for linux.
For these programs, an additional turtle module in python is required and also winsound for windows users or os for linux/mac users. If these modules are not pre-installed, then install it first to execute programs without any errors.
For installing Turtle Module use command :
pip install turtles
Demo:
