Mini Golf Game?

I’m trying to create a mini golf game sort’ve to the same style of Widgeons mini golf game. I’m struggling at the point of starting the code and the best way to utilize how to make the ball move. I have a pretty good understanding of code I just have no clue how to start it. Any ideas/help would be greatly appreciated, thanks!

-Caleb

2 Likes

You really just need to create the movement functionality. When a player is in game, run a loop that lets them shout themselves as a ball towards the coordinates of the mouse.

1 Like