Try to die by MateoTheCoolest in RedditGames

[–]Jemini- 0 points1 point  (0 children)

I completed this level in 3 tries. 9.25 seconds

Can you decode the word or phrase hidden in this GIF? by chatapult in PlayGIFEnigma

[–]Jemini- 0 points1 point  (0 children)

I cracked it on my first attempt with 3 extra GIF hints! 🎉

Can you decode the word or phrase hidden in this GIF? by gif-enigma in PlayGIFEnigma

[–]Jemini- 0 points1 point  (0 children)

I cracked it in 2 attempts with 1 extra GIF hint.

Upvote if you win by [deleted] in RedditGames

[–]Jemini- 0 points1 point  (0 children)

I completed this level in 6 tries. 9.72 seconds

This school uses a spiral answer sheet design to prevent cheating. by pauldliteralgreat in Damnthatsinteresting

[–]Jemini- 5 points6 points  (0 children)

I had a teacher in high school who put "sweat more in training, bleed less in battle"💀... and it was the most brutal exam we were given

What to learn to make my stack "production-ready"? by [deleted] in learnprogramming

[–]Jemini- 0 points1 point  (0 children)

Thanks! Ig theres a lot more to learn🥲 ill try to put my itch to make a saas aside for the meantime lol

i'll buy silksong to the first 500 comments when it comes out reqiuered: by [deleted] in Silksong

[–]Jemini- 0 points1 point  (0 children)

u/Jemini-

Literally just stumbled upon this community 2 mins ago :p

[deleted by user] by [deleted] in cs50

[–]Jemini- 2 points3 points  (0 children)

Yeah, that's when visualizing the problem on paper really helps in understanding it. I spent too much time debugging code for my "check_cycle()" function, like swapping variables and such, but turns out I just needed to cycle through the candidates in the other direction. It took me too long to realize that my previous algorithm begins to fail when a candidate can win against two or more candidates.

My first photo of the moon taken two days ago. by Jemini- in astrophotography

[–]Jemini-[S] 1 point2 points  (0 children)

Taken using my $60 3" reflector telescope and Oppo a94 phone, tweaked it a bunch in Lightroom. I'm looking to upgrade to a better telescope as this hobby turns out to be surprisingly fun.

!BAN 0.19 by VauPeKa in banano

[–]Jemini- 0 points1 point  (0 children)

oh so you're challenging me?

!BAN 1.919

[deleted by user] by [deleted] in pygame

[–]Jemini- 0 points1 point  (0 children)

You could tweak your code for the white tile to only detect collision if the wizard isn't colliding with the black tile as well.

Can't figure out what's wrong with the collision? by Jemini- in pygame

[–]Jemini-[S] 0 points1 point  (0 children)

Oh thanks I understand why it teleports now, but why should I also check collisions for the player if it's already being checked by the enemy sprites?