๐พ Archived View for bbs.geminispace.org โบ u โบ gritty โบ 16287 captured on 2024-12-17 at 13:03:08. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-08-25)
-=-=-=-=-=-=-
Added an all-time high score to the leaderboard. today's top scorer will kick it off. Tomorrow we'll see if I didn't mess something up.
sorry @skyjake, you had a good score yesterday too.
Apr 21 ยท 8 months ago
๐น๏ธ skyjake [...] ยท 2024-04-26 at 18:08:
@gritty I noticed you made some interface improvements a few days ago. Nice! ๐
I have a question: how is your random numbers being generated? Some typical PRNG or do you have a higher-quality source for randomness? Not sure how much difference it makes in the end. Something to look into one day, perhaps.
๐ gritty [OP] ยท 2024-04-27 at 00:00:
@skyjake thanks!
for the numbers, IIRC it's something fairly basic in Python. I noticed the dice don't seem to have the real life "feel" as well. I'm working on the tournament board you suggested, so once I finish that and squash the bug that just got id'd I'll check into the number generator.
Farkle โ I created the game Farkle for Gemini. Instead of playing against one another, you get 10 rounds to score as high as you can and rank on a leaderboard for the day. I still need to fix my cron job to reset the game every day, but it should be rather functional. bug identification or suggestions welcomed.