TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I built a Blackjack basic strategy training app

1 pointsby beginnercounteralmost 5 years ago

1 comment

beginnercounteralmost 5 years ago
Hey all, I recently got into blackjack and built an app to teach myself basic strategy charts. I thought I’d release it to the public.<p>It lets you practice specific scenarios like soft hands or hands with unintuitive correct moves (e.g. 9&#x2F;9 vs 7, stand). I’m working on adding analytics for things like which hands the user gets wrong most often.<p>If you&#x27;re curious, the charts are all based on ones from Wizard of Odds. Also, it simulates a shoe behind the scenes so you can practice card counting (not randomized each hand).<p>There&#x27;s no mobile support yet but I plan to add it if people find it useful.