nowfound

Alternatives

Products that do what Rebluff Poker, no limit hold'em for loose-aggressive players does

Hello, I'm uberf1sh, software engineer (I've previously worked for Amazon and Fortnite, though obviously none of the following as to do with my previous employers). My cousin introduced me to online poker in 2008 and I loved it instantly, playing $2 cash games for fun and glory. Though I was initially pretty bad, I had a lot of fun playing. Indeed, in 2008 the game was really amazing because it was so chaotic and full of crazy plays, your blood was pumping before even sitting at the table. Fast forward I was able to make $1000 a day in Vegas, spending it all on sneakers, restaurants and some…

  1. 1CV

    I'm a Unity 3D refugee, certified expert, started in 2005 when it was a two man-band with Joachim and David. I've been lucky enough to make a good living out of Unity with my own consultancy over the years making data visualisation applications (Wind Energy) and innovation projects (Visualising accounting data for Wolters Kluwer etc.). Godot is pretty amazing in my opinion. Wrote this game over a few days and was productive in Godot basically instantly. I couldn't get up and running in Unreal despite trying a few times. It's my ambition to start a niche agency developing 80's style games of…

    2023 · lfgslots.com

  2. 2IV

    I'm the original author of DD Poker, a Java-based computer game that ran on Mac, Linux and Windows and originally sold in stores in physical boxes. I shut down the backend servers in 2017 but the game is still functional and people can still play each other online even though the central lobby and find-a-game functionality no longer work. I've been asked over the years to release the source code, especially during the pandemic, and again this year. I finally got motivated to clean up the code and put it out there. The code is 20 years old and uses some ancient Spring, log4j, Wicket and other…

    2024 · github.com

  3. 3AP

    Every time I play a casual cash poker game with friends, we spend the first several minutes struggling to figure out chip denominations. I built this to automate that process. Try it out here (the submitted link goes to the GitHub repo): https://jstrieb.github.io/poker-chipper/ It turns out that picking chip denominations optimally—such that as many chips are distributed as possible, and such that the denominations are nice—is hard (in the computational complexity sense). Upon reflection, the problem seemed to be a perfect fit for constrained optimization. I first got a…

    2024 · github.com

  4. 4WP

    2013 · bitflop.me

  5. 5IB

    2019 · github.com

  6. 6PP

    I was curious to see how some of the latest models behaved and played no limit texas holdem. I built this website which allows you to: Spectate: Watch different models play against each other. Play: Create your own table and play hands against the agents directly.

    Jan 2026 · llmholdem.com

  7. 7AS
  8. 8OC

    For the past year my friend and I have been building a dead simple offline poker app that we actually wanted to spend time in. No constant pop-ups. No account needed. No waiting for tables. No fake felt or neon. Just free poker against intelligent AI opponents with helpful in-game stats. We’ve started offline, but are working towards online-multiplayer, tutorials for new players, and more in-game stats. Would love your feedback!

    2023 · offsuit.app

  9. 9

    A simple, useful tool to poker with friends anytime.

    2016

  10. 10PI
  11. 11PM
  12. 12

    AI poker coaching in plain English

    May 2026 · recpokercoach.com

  13. 13WL

    PokerBench is my attempt at a new LLM benchmark wherein frontier models play Texas Hold'em in an arena setting. It also features a simulator to view individual games and observe how the different models reason about poker strategy. Opus/Haiku, Gemini Pro/Flash, GPT-5.2/5 mini, and Grok 4.1 Fast Reasoning have all been included. All code -> https://github.com/JoeAzar/pokerbench

    Jan 2026 · pokerbench.adfontes.io

  14. 14HB

    http://playbitpoker.com Hey, this is my first startup project and I'm pretty excited. I've got to the point where I feel I've got something solid, and I don't know what to do next. I haven't had masses of people using it and testing it with the test-network bitcoins. I have tested it a fair bit with friends and it seems there's no major problems. What should I do? Is this a minimum viable product? Should I try and promote it while it's still in testing, or should I switch over to using real bitcoins before doing that? I'd love to hear any suggestions you might have. P.S. I had…

    2013

  15. 15PS

    I enjoy playing poker with my friends, but I have to admit, I’m a classic ‘fish’, particularly after a beer! I’ve created a web app where fellow fish can practice their poker skills for free against bots. www.pokerpupil.com As a homage to old computer games, I’ve added a boss/panic screen: press ‘b’ to open a fake spreadsheet. (Desktop web only) My hope is us fellow fish can rise up and take down our next home game. I built the game in Flutter, using this tutorial as a base: https://www.youtube.com/watch?v=PSN2hBf8D5Q Things I liked about Flutter: (1) Components are fun…

    2022 · pokerpupil.com

  16. 16IV

    I started my own side hustle building a smart poker table At this stage, I have a working prototype that can generate an overlay with player's and pot cards percentages, hand history, video editing, and more Here's a demo video: https://www.youtube.com/watch?v=5QU8MC7q8FQ

    2024 · old.reddit.com

  17. 17MM

    2020 · pokerhelper.app

  18. 18CV

    Classic Video Poker (CVP) is a lightweight, browser-based retro video poker game which originally hit the front page of HN on Oct 4, 2023: https://news.ycombinator.com/item?id=37763098 I've finally managed to release version 2. The delay was mostly due to fear of upsetting the user base with breaking changes. Version 2 includes: - Frictionless accounts: added registration so you can save progress but no personal info or email. - Deep play stats: Track lifetime RTP (Return to player), max win/loss streaks, winning hand counts and more. - Leaderboards & Cash out: Cash out…

    Mar 2026 · classicvideopoker.com

  19. 19

    Planning poker for agile teams. No account, free & real-time

    Jul 2026 · estimatepoker.com

  20. 20MP

    my motivation - i was looking for some CLI games to play when the agent is working and this idea came into my head. this was when fable was available for 3 days, so seemed like a good use of tokens to try and build this out. spent some time polishing to finally get this out. the public matchmaking connects you on a first come first serve basis to anyone else in the world. there is a bot that will connect in-case a match is not found for 45 seconds. games last about 5-10 minutes (tournament style fast paced). and each game impacts your rating (glicko-2). so they're quite nice for idle time…

    Jul 2026 · cli.poker

  21. 21IM

    I got the chance to create a whimsical game about their latest Adaptive Pricing feature, despite Stripe being a very serious financial company. I'm in an interesting place being able to be paid to make games for a non-gaming tech company.

    2024 · priceadapter.com

  22. 22AF

    I built this mostly because I love the intersection of game AI, high-performance computing, and poker. I’d love for anyone interested in game theory or CUDA optimization to tear it apart, test the accuracy, and give me feedback. Happy to answer any questions about the algorithms, the transition from CPU to GPU, or poker AI in general!

    Jul 2026 · bupticybee.github.io

  23. 23UP
  24. 24IM

    Hey, my name is Ivo and I'm a startup enthusiast. I'm a huge poker fan and I've been watching poker streams for a while. I always wondered how they do it how they display those cards on the screen, do they have somebody watching the cameras and entering all this data manually, is there a fancy image recognition AI model in the background? It appeared to be much simpler with the help of RFID. Each card has an RFID chip with a unique ID, and each player has an RFID scanner below the table, once the scanner detects the cards voilà we know what card the player has. Once I found how it worked I…

    2024 · smartpokertable.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →