0
What is the mistake in this code .It I not showing anything. What to do . please tell 🙏.
5 Respostas
+ 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
+ 2
I think you are trying to make a pong game.
This might help you.
https://youtu.be/m6H6SHIdAhQ
+ 1
See in JS
+ 1
How can I move the ball and the rectangle
0
You defined some functions but you never call them.