Skip to content

sebbarg/coding-pirates-space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders

Coding Pirates Hørsholm

PyGame coordinate system

coordinates

Chained comparisons

x < y < z is equivalent to x < y and y < z

display.flip() vs display.update()

  • display.flip() will update the contents of the entire display
  • display.update() allows to update a portion of the screen, instead of the entire area of the screen. Passing no arguments, updates the entire display

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages