A simple Minecraft clone written in C using modern OpenGL
1–5 of 5 posts
Re: A simple Minecraft clone written in C using modern OpenGL
#2Looking in the github issues tab. This is so hilarious! There are a lot of people posting their Minecraft bugs thinking this is the official Minecraft repository haha
Re: A simple Minecraft clone written in C using modern OpenGL
#3Looking in the github issues tab. This is so hilarious! There are a lot of people posting their Minecraft bugs thinking this is the official Minecraft repository haha
[dead]
Re: A simple Minecraft clone written in C using modern OpenGL
#4The code is full of one character variable names. Why do people do this? Even if I was programming on my own one-man project, I wouldn't do this. Why force yourself to keep all that context in your head? Do you still know what everything means after a few months away?
Re: A simple Minecraft clone written in C using modern OpenGL
#5The code is full of one character variable names. Why do people do this? Even if I was programming on my own one-man project, I wouldn't do this. Why force yourself to keep all that context in your head? Do you still know what everything means after a few months away?
I checked 3-4 .c files. Looks fine to me. Can you give me an example?