Skip to content

A small and simple game with less lines of code using python

License

Notifications You must be signed in to change notification settings

Z3r0Tw0-ZT/space-invader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invader

It is my first ever game developed using python. Planning to upgrade it.

The game is not fully developed into .exe file. Therefore, in order to play the game you require following things:

  • Python is required to compile and run the program

  • turtle module is required

    • pip install turtle

    • or
    • python -m pip install turtle

  • winsound module is required

    • pip install winsound

    • or
    • python -m pip install winsound

About

A small and simple game with less lines of code using python

Topics

Resources

License

Stars

Watchers

Forks

Languages