Live data from Hacker News

Open Golf: A cross-platform minigolf game written in C

github.com

11–20 of 99 posts

Re: Open Golf: A cross-platform minigolf game written in C

#12
Any recommendations to learn to build cross-platform games like this?

I work on frontend projects day-to-day. I'd love to build a simple cross-platform game in C/Zig/C++ for some variety and to learn lower-level programming.

I've looked at Handmade Hero in the past but its specific to Windows at the moment.

Re: Open Golf: A cross-platform minigolf game written in C

#15
Seems really great, I played all the way through. Here's a couple low-hanging QOL suggestions:

* Use right-click for the camera control, rather than left-click away from the ball. It's unnerving to have the camera change while you're trying to line up a shot.

* Show a shot counter, and assign each hole a par.

* Slightly tune down the friction. I had the ball stop dead on slopes a couple of times, and it stopped way earlier than I expected on slower shots.

Re: Open Golf: A cross-platform minigolf game written in C

#16

After spending my career working in higher level languages, I'm always impressed by what people can do with languages like C. It's not just for drivers anymore.

Once upon a time such kind of games used to be done in C, after being done several years in Assembly, hardly anything to be amazed.

Re: Open Golf: A cross-platform minigolf game written in C

#17

After spending my career working in higher level languages, I'm always impressed by what people can do with languages like C. It's not just for drivers anymore.

It used to be the norm to write games in C. In fact it used to be the norm to write them in assembly, C was seen as a higher level abstraction that sped up games development once upon a time.

Re: Open Golf: A cross-platform minigolf game written in C

#19
post #7

Cool project! Was this inspired by Golf with Your Friends? I've been playing that a fair bit, it's pretty fun and good value.

looks like it doesn't (yet?) have networking support. my fiancée plays GFW almost daily after it was on sale recently, it's a fantastic casual to play both with friends or with strangers online, pretty chill community
Post reply on HN