What is the mistake in this code .It I not showing anything. What to do . please tell 🙏. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the mistake in this code .It I not showing anything. What to do . please tell 🙏.

https://code.sololearn.com/Wyp4Ogljgos9/?ref=app

26th Dec 2020, 12:50 PM
Nitij Yadav
Nitij Yadav - avatar
5 Answers
+ 2
You are using p5 functions. So, you can add p5.js links in html to make it run https://code.sololearn.com/Wv9AJDSt5zAF/?ref=app Check this
26th Dec 2020, 1:28 PM
Padala Vamsi
Padala Vamsi - avatar
+ 2
I think you are trying to make a pong game. This might help you. https://youtu.be/m6H6SHIdAhQ
26th Dec 2020, 1:40 PM
Padala Vamsi
Padala Vamsi - avatar
+ 1
See in JS
26th Dec 2020, 12:51 PM
Nitij Yadav
Nitij Yadav - avatar
+ 1
How can I move the ball and the rectangle
26th Dec 2020, 1:36 PM
Nitij Yadav
Nitij Yadav - avatar
0
You defined some functions but you never call them.
26th Dec 2020, 12:57 PM
Lisa
Lisa - avatar