Skip to content

psinha40898/Pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS401 Pong Assignment

Each student will:

  • Fork this Pong repository
  • Create their own version of the Pong game that:
    • Extends edu.csueastbay.cs401.pong.Game
    • You may also extend the other classes such as Wall and Puck
    • Your Game will have 3 or more improvements on the original Pong Game
      • Create better/more complicated game play
      • Make the game more entertaining or humorous
      • Change the game control or interface
      • Add sounds, images or other media
      • Your additions must have test coverage
      • Your addition must have JavaDocs
  • When you are done you'll register your game in the edu.csueastbay.cs401.pong.Registar Class which will add a button to the main menu and make it playable.
  • When you're ready you'll create a pull request back to the original repository.
  • Lastly you'll submit you work on Blackboard

Releases

No releases published

Packages

 
 
 

Languages

  • Java 71.5%
  • HTML 25.3%
  • CSS 1.7%
  • JavaScript 1.5%