Skip to content

villares/pymunk-pinball-paulista

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pinball-paulista

Oficina de simulações físicas 2D no Sesc Av. Paulista em junho de 2022

output

This was built at Sesc Avenida Paulista, 2D simulations workshop with @introscopia, Adriana Lessa, @claromes, Zuleide, @gilfuser.

TO DO:

  • Rename/translate some variable names, like:
    • pontos -> score
    • LPb -> left_paddle_body
  • I'd like to return the body from the building functions and add some keyword arguments:
     # now
     build_box(468, 620, 32, 30, static=False)
     plunger = shapes[-1].body
     shapes[-1].friction = 0
     shapes[-1].elasticity = 0 
    
     # better
     plunger = build_box(468, 620, 32, 30, static=False, friction=0, elasticity=0)
    
    
  • Gil wants to add sound...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages