Skip to content

nirupamkumar/PONG-OVERDRIVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-PONG

3D mini game that resembles Pong. Two players are playing on one machine, every player controls their “Paddle”. The game have powerups and changes level on each run.

For ball implmentation I'm using logic and math. Not used Rigidbody component.


Powerups: Powerups will randomely generate on the level. If the ball touches the powerup, the player takes it and the ball continues its trajectory. The last player that hit the ball takes the powerup

Effects:

  • Slow down opponent
  • Over Speed up opponent
  • Sinusoid ball movement when traveling to the opponent
  • Freeze player 
  • Blockers (objects that generate on the level. They are spawned occasionally and are destroyed when the ball hits them. When the ball destroys it, it changes the direction from where it came.)

MainMenu

Screenshot 2023-05-11 172931

Level1

ProjectPong Level

Level2

Screenshot 2023-05-11 172802

Level3

Screenshot 2023-05-11 172900

About

PONG 3D game with Powerups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published