why no portrait? it also wouldn't be bad to have the previous launch vector shown
Hmm, the game can be played in portrait with one thumb without much loss. The only thing that has an orientation is the shot count.
Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
91–100 of 115 posts
Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#92Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#93Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#94Earlier quoted context omitted.
Yeah by all means you don't have to implement what everyone suggests. Another suggestion: replay shot.i just had a hilariously roundabout hole in one. I wish i could replay it to grab a video to share (and therefore advertise your game!)
Yeah, the replay is an idea I'd like to implement - just need to work out how to do it easily without going down a rabbit hole..
As long as the simulation is deterministic you'll be good to go.
Given a level and a list of velocities any sequence of shots should be reproducible.
Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#95Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#96Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#97Mostly just curious: Why is the android version 9MB, the iOS version 62MB, and 3 different desktop versions a fixed 22MB?
Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#98Great game! Purchased. I think you could have a lot of fun visually by giving the ball some trailing particle effects or some other creative coloration of the trajectory. Especially on the long shots that loop around a bunch of planets, i want to see the curve I've traced out!
Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#99Earlier quoted context omitted.
Great job on completing it - looks fun! Any comments on troubles you ran into and surprises on the way?
Thank you. Lots of interesting troubles - quite a few surrounding Unity itself. E.g. they have a physics API that gives different results when run automatically by the engine at 1x speed and when you run it manually as fast as it can go. This came up because I wanted to test every level automatically offline, using the exact same physics simulation as the player would experience. The procedural generation of the leve…
Re: Show HN: My first game, minimal procgen gravity golf inspired by Desert Golfing
#100In Zen Mode, a way to retry a previous level would be nice, for practice and to try to get a better score, even if it's not a hole in one.