Infinite Golf
A downloadable game for Windows
I decided to give Godot a try, and this game is the result.
Enjoy!
Features:
- A zen-like golf experience where you can relax whilst hitting the ball into the hole.
- Infinite (4,294,967,295) (with a few duplicates) levels
- Discord Rich Presence integration.
- Original music and art
- Lightweight and simple
Install instructions
Unzip the file, run the .exe
Comments
Log in with itch.io to leave a comment.
How did you calculate how many level there are? Cool game by the way.
its procedurally generated, so its simply the amount of digits in an unsigned int in the seed
but also, there's a limit in the fact that an 8x8 grid only has 16777216 combos, and most of those are useless (mostly filled in, checkboard)