Possibly Endless Golf Demake

Published 2023-06-12


This is a demake of Possibly Endless Golf

I've always wanted to write a procedurally generated game and love chilled out golf games. This did actually start as a pico-8 project but I couldn't get the level generation correct so I moved to Monogame as I have more experience with C#. Once I finished my first Steam release. I thought I'd come back and finish what I started, now that I understood how to generate levels.

Aim of the game is to get the ball in the square hole.

Controls:
left/right to move the direction arrow
up/down to modify the power bar
Z to hit the ball

Top left labels:
L = level number
T = total number of shots throughout game
H = total number of shot in current level

I hope you enjoy it. I will be releasing a cleaner version of the code to Github soon. The physics could do with a bit of tweaking and I don't like how the collision with the hole works but I feel like I need to write something new as a kind of coding palette cleanse.