Skip to content

Latest commit

 

History

History

task-11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#Pong game

Since I am not familiar with Javascript, I initially went through w3schools for learning the basics of Javascript for both of this task and task-5 (Get it using JavaScript). Then I looked up on existing codes and articles 1 for pong games in java script. After referring these, I wrote a html/css code for the skeleton of the game (Bats and Ball). The output was not really desirable, so I didn't push the code.