Skip to content

This is my first ever project here on GitHub and my first ever game using PyGame. It is also the first python project I have done, but I will not take all the credit for this project because I have followed a good tutorial by the YouTuber Tech With Tim.

Notifications You must be signed in to change notification settings

EmilSpj/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders

Project Image

This is my first ever game i made with pygame 😱


Navigation

Here is a simple Navigation to help you find what your looking for 😎


Description

This is my first ever project here on GitHub and my first ever game using PyGame. It is also the first python project I have done, but I will not take all the credit for this project because I have followed a good tutorial by the YouTuber Tech With Tim.

Technologies

  • Python
  • PyGame

Back To The Top


How To Use

Installation

Download the code, Python and Pygame. Then run it with this command.

python3 main.py

Customization

You can enable or disable sound from the enemy lasers, it is disabled as a default. It is removed becuas its a noisy and the audio gets buggy.

To enable remove the # from this line

151 #           BULLET_FIRE_SOUND.play()

Back To The Top


References

Tech Whit Tim - Pygame Tutorial

Back To The Top


License

MIT License

Copyright (c) [2021] [Emil Spjelkavik]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Author Info

Back To The Top

About

This is my first ever project here on GitHub and my first ever game using PyGame. It is also the first python project I have done, but I will not take all the credit for this project because I have followed a good tutorial by the YouTuber Tech With Tim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages