πŸ’Ύ Archived View for bbs.geminispace.org β€Ί u β€Ί sev β€Ί 16637 captured on 2024-08-25 at 08:49:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-08-18)

🚧 View Differences

-=-=-=-=-=-=-

Comment by πŸš€ sev

Re: "@gritty When I open the "Play Farkle" / proceed to app link..."

In: u/skyjake

@gritty I just noticed something: I've never rolled a 6! I thought there was something weird going on with the odds: I never get a straight and always seem a bit too lucky getting ones and fives!

πŸš€ sev

May 07 Β· 4 months ago

7 Later Comments ↓

πŸ€ gritty Β· May 07 at 09:56:

ohhhh you might be right!

πŸ€ gritty Β· May 07 at 12:24:

@sev welp, I'm an idiot. I used randrange(1,6) instead of randint(1,6), the latter being inclusive of the 6. I could've done randrange(1,7) as well. You'd think I'd have noticed after all the testing lol. Thanks for identifying.

πŸ€ gritty Β· May 07 at 12:25:

I obv don't write unit tests for my code, and I should.

πŸš€ sev Β· May 07 at 16:06:

Glad it was an easy fix. Funny it took us so long to notice!

🐐 satch · May 07 at 16:59:

Haha! You’re right!

🐐 satch · May 07 at 17:08:

@gritty if you go to gemini://gemini.smallweb.space/farkle/tournament/current.gmi then click on rules the link is broken

There might be some other broken links as well

πŸ€ gritty Β· May 07 at 22:59:

might be a record today, everyone is in the 6k range with one tie.

another case I didn't account for is ties for 1st 2nd and 3rd.

this is why I'm not a professional programmer, ha. thanks for your patience

Original Post

πŸ•ΉοΈ skyjake [...]

@gritty When I open the "Play Farkle" / proceed to app link (/farkle/app), it has started responding with status 10 so I get an input prompt. A bug? The game works normally after submitting empty text in that initial query.

πŸ’¬ 13 comments Β· 2 likes Β· May 06 Β· 4 months ago