Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 564 Bytes

File metadata and controls

24 lines (16 loc) · 564 Bytes

Permu-Pong

A Pong of many permutations

Processing.py + Arduino Pong tutorial files

Providing multiple input and game parameters, thereby allowing the student to generate variations of Pong by playing with different combinations of Processing variables and Arduino inputs.

Note:
Win64 serial bug

todo

  • debounce button input
  • serve
  • restart on score
  • opponent
  • fix collisions
  • edge deflections
  • convex-style paddle rebounds
  • ...