From the creator of Slender?!?!

Nicdel
Server Admin
Posts: 2417
Joined: Sun Apr 11, 2010 4:50 am

Re: From the creator of Slender?!?!

Post by Nicdel »

God, I didn't even say that the game itself is bad.
Ingame: -[SaD]- Nico

Image
StaTix
250+ Posts
250+ Posts
Posts: 357
Joined: Sun Sep 18, 2011 2:41 pm

Re: From the creator of Slender?!?!

Post by StaTix »

fire1000678 wrote:So you say:
shit code can still make a good game
and good code can make a shit game?

Well yet, second is true. But shitty code = shitty game.
not true, shitty code could mean there using case statements for anamation, thats just shitty coding. while shitty coding can still make a good game, its just the techniques that the coder uses to code the game
&&[GR]Broskii{A}:L: is it lego's boobs?
Nicdel
Server Admin
Posts: 2417
Joined: Sun Apr 11, 2010 4:50 am

Re: From the creator of Slender?!?!

Post by Nicdel »

Exorcist wrote:
fire1000678 wrote:So you say:
shit code can still make a good game
and good code can make a shit game?

Well yet, second is true. But shitty code = shitty game.
not true, shitty code could mean there using case statements for anamation, thats just shitty coding. while shitty coding can still make a good game, its just the techniques that the coder uses to code the game
Actually, Valve's Source Engine code is a piece of shit.

Code: Select all

// !!! THIS SHIT DOESN'T WORK!! WHY? HAS I EVER?
void M_AngleAboutAxis(Vector &axis, float radianAngle, M_matrix4x4_t &result)

Code: Select all

// FIXME: bah, this is horrendously hacky, add a damn back pointer
				for (n = 0; n < g_sequence.Count(); n++)
				{
					if (g_sequence[n].panim[0][0] == panim)
						break;
				}
Ingame: -[SaD]- Nico

Image
[GR]doodleninja
1000+ Posts
1000+ Posts
Posts: 1086
Joined: Mon Feb 27, 2012 11:08 am

Re: From the creator of Slender?!?!

Post by [GR]doodleninja »

Return 0;
?!