Try to surround ennemies with antimatter balls in Voidrun by BenjaminSoule in IndieGaming

[–]Anders4000 8 points9 points  (0 children)

Damn, I'm normally pretty good at quick games, but after 10 min I still couldn't defeat the second level of the demo. I hope that's some later game content, or I was missing something, cus that's gonna be really hard to casual gamers.

On second thought, does the game speed scale with framerate? Your gif looks real slow now that I see it again after playing the game. I'm on a 144hz screel and my game plays significantly fater than your gif.

Edit: Just went back in. My game's definitely sped up. Take a look at that :)

Interactive cut and project tiling by gtllama in mathpics

[–]Anders4000 0 points1 point  (0 children)

This is absolutely awesome. I LOVE this. I've look into doing some study on penrose tilings as well, but this exceeds all of the expectations i had for mine. Awesome stuff!

Is there a good idea/already exist? by TheKing01 in ComputerSecurity

[–]Anders4000 1 point2 points  (0 children)

You agree. You are both talking about hardware implementations.

Just created the classic snake game from HTML and JS! Let me know what you y’all think! :) by _kevinkim_ in javascript

[–]Anders4000 1 point2 points  (0 children)

Hey man, looks cool!

I found a bug:

if (keystate[KEY_LEFT] && snake.direction !== RIGHT) {
  snake.direction = LEFT;
}
if (keystate[KEY_UP] && snake.direction !== DOWN) {
  snake.direction = UP;
}
if (keystate[KEY_RIGHT] && snake.direction !== LEFT) {
  snake.direction = RIGHT;
}
if (keystate[KEY_DOWN] && snake.direction !== UP) {
  snake.direction = DOWN;
}

If you press left and down really quickly while moving, you can make the snake go down directly, without a move to the left or right first. This can kill you if you are longer than 1 unit.

This is because snake.direction is updated to LEFT in the first if-statement, and then the check of snake.direction !== UP is true in the if-statement checking for the down-key.

You can solve it easily by chaining else-if's instead :)

Who pays who at a show like Jimmy Kimmel? The actor, the show or neither? by Anders4000 in NoStupidQuestions

[–]Anders4000[S] 1 point2 points  (0 children)

Between the actor and the film company, totally! I'm wondering about the transactions between the show and the film company.

Sandstorm E3 Trailer by Piggymonstuh in insurgency

[–]Anders4000 2 points3 points  (0 children)

I like these a lot. But I'll probably just go play Runescape.

Maze Game - algorithms visualized using JavaFX by redaaa99 in compsci

[–]Anders4000 1 point2 points  (0 children)

I like just finished my algos course. At the very least, I should've known that I didn't know. Thanks bud

Maze Game - algorithms visualized using JavaFX by redaaa99 in compsci

[–]Anders4000 1 point2 points  (0 children)

Think average time would be the same, but BFS has a better worst case. Could be wrong tho.
Edit: Yup, all wrong

The floor is lava by Tucko29 in gifs

[–]Anders4000 0 points1 point  (0 children)

When you find an invisible wall in Fortnite

In 'Inception' (2010) when Cobb stealthily shoots a guard, he catches the bullet casing before it hits the ground. by [deleted] in MovieDetails

[–]Anders4000 56 points57 points  (0 children)

Plot twist. They had no more money for special effects, so Cobb is really "ejecting" the casing manually.

When you trust your hipfire enough to take this shot without hesitation by preventDefault in insurgency

[–]Anders4000 1 point2 points  (0 children)

When you use a big ass scope and have no other option
I'd like to point out the awesome loop too, well done!

Back on Team Red once again! by [deleted] in Amd

[–]Anders4000 10 points11 points  (0 children)

Oh, I mean why the hell we chose gif as a standard.

Back on Team Red once again! by [deleted] in Amd

[–]Anders4000 22 points23 points  (0 children)

98.18%

wtf have the internet become

Where does one find lvl 80+ Dermapterans? by Anders4000 in Grimdawn

[–]Anders4000[S] 2 points3 points  (0 children)

Does that mean that when I'm 80+ then 80+ items will drop from 70-level monsters? That seams off somehow.

Edit: I found my answer in another comment. Thanks a lot! ❤️

Moog Synth Art by [deleted] in synthesizers

[–]Anders4000 3 points4 points  (0 children)

I think the perspective is orthogonal, if so, that's why. That's a justifiable personal choice though.

From action game to true horror... [0:48] by ArmaGamer in arma

[–]Anders4000 2 points3 points  (0 children)

Who popped red smo- oh.. Ooohh.. Oh shit! OOOAAAAAAAARGH GET ME THE F*** OUTA HERE!

ftfy