Skip to content
/ pong Public

Pong Game Using P5.js (Day 18 of My Challenge)

Notifications You must be signed in to change notification settings

zsoltime/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 18 of My 3 Weeks Game Challenge

Pong game using P5.js

User Stories

  • I can see two paddles and a ball on start
  • I can start the game by hitting space
  • I can move my paddle with my arrow keys
  • I can use my paddle to hit a ball back
  • I can play against the computer
  • I can see the scores
  • A player earns a point every time the opponent fails to return the ball
  • The game ends if one of the players reaches 11 points

Next Steps