Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Created January 2, 2020 20:59
Show Gist options
  • Save neslinesli93/6024133c266748c3e709ff5c6c73fbb1 to your computer and use it in GitHub Desktop.
Save neslinesli93/6024133c266748c3e709ff5c6c73fbb1 to your computer and use it in GitHub Desktop.
Module attributes for the paddle
# Coordinates of the top-left vertex of the paddle. They are relative to the board matrix
@paddle_left 11
@paddle_top 18
# Paddle length/height expressed in basic units
@paddle_length 5
@paddle_height 1
# Misc
@paddle_speed 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment