Skip to content

A small game made using code.org's gamelab and JavaScript that combines the classic games of Pong and Brickbreaker with local multiplayer

Notifications You must be signed in to change notification settings

paul-rl/Super-Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super-Pong

Super Pong Logo

A small game made using code.org's gamelab and JavaScript that combines the classic games of Pong and Brickbreaker with local multiplayer. It runs through code.org's gamelab and as a result utilizes a lot of code from the code.org gamelab API. I only created the indicated portion of the code.js file found in the repository. This readme's purpose is mainly to provide proper credit to code.org as well as a small manual for the game.

The game works exactly like Pong, the goal is to score the ball into the opponents goal. The winner is the first person to score into the other player's goal. However, there is now an added line of defense in the form of 16 breakable bricks. When the ball hits these bricks, they disappear, and thus the player must be careful to protect the bricks.

Super Pong Gameplay

CONTROLS:

Player 1:

Move Paddle Up: 'W'
Move Paddle Down: 'S'

Player 2:

Move Paddle Up: 'Up'

Move Paddle Down: 'Down'

Speed Up Ball: '1' and 'Z' simultaneously

(Only use when ball gets stuck with low horizontal velocity)

Enjoy!

About

A small game made using code.org's gamelab and JavaScript that combines the classic games of Pong and Brickbreaker with local multiplayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages