Skip to content

Latest commit

 

History

History
 
 

day94

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Day 94 - Space Invaders

Concepts Practised

  • Make a 2D Game With PyGame
  • Draw (blit) items on the screen
  • Organized Use of Classes
  • Handling User Input (Player's Actions)
  • Implementing Event Loops

Space Invaders

day94