Update: The paddle now works! I was very surprised how little code was needed for this. ``` float angle = (float)(ball.position.y - leftControllable.position.y)...
It lives! 6 of the 8 objects are no connected with a basic movement logic for the ball in place! These are actually cubes in 3d space. You can notice this by lo...
First things first. After creating a game controller with 8 objects (see plan post) my engine is crashing. Being a basic game engine it looks like I had hard-co...
Entering my first Gamejam I need a plan. The theme is "replicate with 2% accuracy" so I was thinking of a pong game that works in reverse. Since I am not using...