A good implementation of a golf/billiard style game, but:
- There's an issue with controlling the shot power of the ball. Suppose the player is playing in fullscreen mode — then the maximum shot power will be limited by the edges of their monitor. If the player is playing in windowed mode and the cursor goes outside the game window, the game stops responding. I think it would be better to create your own limit for the maximum shot power, because personally, in some moments I wanted to hit the ball harder :)
- To diversify the gameplay, it would be nice to add some events on the level that affect controls, the environment, the ball, and so on