Earlier quoted context omitted.
Hi, have you meet Wordle? :)
But Wordle takes what 15 minutes of your day?
Open Golf: A cross-platform minigolf game written in C
31–40 of 99 posts
Re: Open Golf: A cross-platform minigolf game written in C
#32Re: Open Golf: A cross-platform minigolf game written in C
#33Earlier quoted context omitted.
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.
There's a good Diablo 1 "making of" video, the lead developer talks about learning C while coding the game in assembly. I'll try to find it.
Re: Open Golf: A cross-platform minigolf game written in C
#34Re: Open Golf: A cross-platform minigolf game written in C
#35Earlier quoted context omitted.
There's a good Diablo 1 "making of" video, the lead developer talks about learning C while coding the game in assembly. I'll try to find it.
Yeah, I'm pretty sure most game devs of that era were doing something similar. It seems that once games went 3D, it was too impractical to do assembly anymore. So basically a lot of early PS1/N64/Saturn games were likely some pretty rough C code if I had to guess.
More exotic hardware also relied on the vendors providing a C compiler and the quality there could vary wildly.
Re: Open Golf: A cross-platform minigolf game written in C
#36Re: Open Golf: A cross-platform minigolf game written in C
#37Between this, Elden Ring, and my rediscovery of FFXIV, I now firmly believe there's a global conspiracy to stop me from doing a single minute of work.
Re: Open Golf: A cross-platform minigolf game written in C
#38Cross-platform except for MacOS https://github.com/mgerdes/Open-Golf/issues/3
Re: Open Golf: A cross-platform minigolf game written in C
#39After 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.