- You can use the function `hitWall()` to check if the ball hit the left or right wall.
- You can use the function `hitCeiling()` to check if the ball hit the top or bottom
ceiling.
- The range of X in the graph is from -200 to 200
- The range of Y in the graph is from -200 to 200
- Create a new class of Entity to draw a new object!
Keyboard Shortcuts:
- Ctrl + B : Switch Editors
- Ctrl + Q : Run Code
- Ctrl + . : Pause Code
- Ctrl + / : Reset Code