Game 3: Ping Pong

With Ping Pong students learn to deal with multiple player inputs as well as create a simple scoring system.

Ping Pong Instructions

///Bounce against walls

move_bounce_all(true);
move_outside_all(direction, 100);

HINTS for assignment!

Last updated

Was this helpful?