this post was submitted on 01 Jun 2025
4 points (100.0% liked)
dailygames
2140 readers
67 users here now
Community for daily games like Wordle, Jumblie, Connections etc.
Post your daily games and scores. Discover new games and discuss with others.
Find games
- The most comprehensive list of Wordle-like games and resources
- Lemmy-Thread featuring a lot of Wordle-style recommendations
- NYT Games Various puzzles including the original Wordle
- The Dles Curated collection of 200+ daily games
Share your results
Itβs useful to wrap your results in a markdown codeblock to preserve the layout. Put three backticks ```
before and after your result to create a codeblock.
π¨π¨β¬β¬β¬
π¨π©β¬β¬β¬
π©π©π¨π¨β¬
π©π©π©π©π©
Spoilers
Please put possible spoilers in spoiler tags
visible spoiler title
hidden content
Rules
- Be nice!
- Don't cheat!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Curious how the rarity system works, the most obvious players i could think of for today's still say "rare". Also a shame it's limited to current players. Very cool though!
It's simply calculating how many times a player has been picked from all possible players. If 100 users made their pick and 25 picked LeBron you'd get 75 points. The tier system is using these percentages, but needs to be tuned to be somewhat realistic.
As there aren't many users I need to initialize the guess_counts with historical data, which isn't perfect. It distributes the guess counts a bit too equal, so that almost each pick is "rare" in the end.
Also factoring in is that currently almost only some friends of mine play the game, all of them basketball nerds. They rather pick some random guy from the end of the bench instead of players like Lebron, Curry or Westbrook.
I'm still tuning that part, just made changes to it yesterday.
Regarding historical data: that was a decision I made in the beginning. Allowing players from other times would've made the game logic much more complex.
There's another nba grid game similar to mine that uses historical data (i found out after NBAGrid was mostly finished). I'm on mobile, can't easily link right now.