Kind of looks like neverball/neverputt ( https://neverball.org/ ).
Here comes the nostalgia
Open Golf: A cross-platform minigolf game written in C
61–70 of 99 posts
Re: Open Golf: A cross-platform minigolf game written in C
#62Re: Open Golf: A cross-platform minigolf game written in C
#63After 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 was never just for drivers. Most of what you use in high-level languages is just syntactical sugar for things that might take three lines in C instead of one line in your usual language.
But yes.
Re: Open Golf: A cross-platform minigolf game written in C
#64waiting for the first post that says this should have been written in rust
Re: Open Golf: A cross-platform minigolf game written in C
#65https://github.com/mgerdes/Open-Golf/blob/master/src/golf/ga...
Re: Open Golf: A cross-platform minigolf game written in C
#66Re: Open Golf: A cross-platform minigolf game written in C
#67Re: Open Golf: A cross-platform minigolf game written in C
#68Cross-platform except for MacOS https://github.com/mgerdes/Open-Golf/issues/3
Re: Open Golf: A cross-platform minigolf game written in C
#69This is excellent. Can I suggest a couple of improvements? 1. Maybe have a "par" for each hole. 2. Be able to better see the layout of multi-level holes, i.e. the ones with slopes. Other than that this is a really nice lunchtime distraction.