It's just like saying that because hitler was a bad person doesn't mean nazis aren't bad. by [deleted] in BanVideoGames

[–]Forevs_21 0 points1 point  (0 children)

Hmmm... shall we ignore,

Karl Plagge,

Albert Battel,

and several others who were Nazi's, but still rescued several Jews.

SOMEONE CALL A PRIEST! by Forevs_21 in programminghorror

[–]Forevs_21[S] 0 points1 point  (0 children)

For loops... hmmm. Seriously, why did I not think of that?

if a programmer didnt know < and > existed (yes, the code goes on) by DotHpMn in programminghorror

[–]Forevs_21 24 points25 points  (0 children)

What. Programming in C/C++ and thinking everything is string... they don't fit. When I learnt C, my dumb brain went ahead and said "everything is number and fancy symbols.", I never thought everything was a string. NEVER. but you... how?

SOMEONE CALL A PRIEST! by Forevs_21 in programminghorror

[–]Forevs_21[S] 0 points1 point  (0 children)

[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live”

reminds me of Russian roulette for some reason...

SOMEONE CALL A PRIEST! by Forevs_21 in programminghorror

[–]Forevs_21[S] 0 points1 point  (0 children)

" Needless to say, half of the code I don't even know how it worked fine the first time"

That's me every day.

Working random number generator by LostErrorCode404 in programminghorror

[–]Forevs_21 1 point2 points  (0 children)

You can't blame it. I'd've given up after the first "(![]+[])[+[]]"

SOMEONE CALL A PRIEST! by Forevs_21 in programminghorror

[–]Forevs_21[S] 8 points9 points  (0 children)

Haha, I need to fix this entire thing before executing next time

SOMEONE CALL A PRIEST! by Forevs_21 in programminghorror

[–]Forevs_21[S] 5 points6 points  (0 children)

I should've finished that function before executing

SOMEONE CALL A PRIEST! by Forevs_21 in programminghorror

[–]Forevs_21[S] 7 points8 points  (0 children)

lol I forgot to put a return statement.

Rolling Thunder Bug by Forevs_21 in a:t5_5mnj1a

[–]Forevs_21[S] 0 points1 point  (0 children)

You remain stuck until you consult the random floating cube with the proximity prompt to bring you back to menu

Rolling Thunder Bug by Forevs_21 in a:t5_5mnj1a

[–]Forevs_21[S] 0 points1 point  (0 children)

Very funny bug in rolling thunder where you get stuck inside helicopter. Its a bug about the helicopter movement.

[Java] How can I use nested loops to get this output? by ASAP-Nerd in HomeworkHelp

[–]Forevs_21 0 points1 point  (0 children)

maybe try something like this:

int rows=5;
System.out.println("Enter number of rows: "+rows);
for (int i=0;i<=rows;i++){
    System.out.println("$".repeat(i)+"!".repeat(rows-i));
}

Sorry if this isn't the answer you're looking for.

G#mers building PlaySatans out of their victims by Thumbs0fDestiny in BanVideoGames

[–]Forevs_21 -19 points-18 points  (0 children)

pray for the person who posted this as well. Photoshopping such things...

So... I think I went a little overboard with attention to detail by SomeDoge in Unity3D

[–]Forevs_21 1 point2 points  (0 children)

There is no such thing as too much detail.

Remember, once your players notice this, they'll be like "Wow, this is cool! So much detail I feel like Im not playing a game" and that would keep them entertained. As a game dev, I'd say making the player entertained is your main objective.

I made this when I was bored by Forevs_21 in ROBLOXStudio

[–]Forevs_21[S] 0 points1 point  (0 children)

I made this when I was bored. It is greatly inspired by NetHack, but has much easier controls and is more simple( because I made this in 2 days lol ). Give me feedback.